mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Fix chart re-render.
This commit is contained in:
parent
d47724858a
commit
93707606df
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ export default function WebsiteChart({
|
|||
};
|
||||
}
|
||||
return { pageviews: [], sessions: [] };
|
||||
}, [data, startDate, endDate, unit]);
|
||||
}, [data, modified]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue