mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 01:46:58 +01:00
Fixed broken links behavior.
This commit is contained in:
parent
08bd9e8357
commit
3a28fea8ac
@ -49,7 +49,7 @@ export function Realtime({ websiteId }) {
|
||||
timestamp,
|
||||
}));
|
||||
}
|
||||
}, [data, currentData]);
|
||||
}, [data]);
|
||||
|
||||
const realtimeData: RealtimeData = useMemo(() => {
|
||||
if (!currentData) {
|
||||
|
@ -19,8 +19,8 @@ export function Header() {
|
||||
</Link>
|
||||
</div>
|
||||
<div className={styles.buttons}>
|
||||
<ThemeButton tooltipPosition="bottom" />
|
||||
<LanguageButton tooltipPosition="bottom" menuPosition="bottom" />
|
||||
<ThemeButton />
|
||||
<LanguageButton />
|
||||
<SettingsButton />
|
||||
</div>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user