mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05:36 +01:00
Fixed broken links behavior.
This commit is contained in:
parent
08bd9e8357
commit
3a28fea8ac
2 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ export function Realtime({ websiteId }) {
|
|||
timestamp,
|
||||
}));
|
||||
}
|
||||
}, [data, currentData]);
|
||||
}, [data]);
|
||||
|
||||
const realtimeData: RealtimeData = useMemo(() => {
|
||||
if (!currentData) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue