mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 10:05:36 +01:00
Refactor chart components.
This commit is contained in:
parent
37bc082efc
commit
7d659212b0
12 changed files with 157 additions and 108 deletions
|
|
@ -31,7 +31,7 @@ export default function MetricsBar({ websiteId, className }) {
|
|||
},
|
||||
headers: { [TOKEN_HEADER]: shareToken?.token },
|
||||
},
|
||||
[modified],
|
||||
[url, modified],
|
||||
);
|
||||
|
||||
const formatFunc = format ? formatLongNumber : formatNumber;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue