Fixed broken links behavior.
This commit is contained in:
@@ -49,7 +49,7 @@ export function Realtime({ websiteId }) {
|
|||||||
timestamp,
|
timestamp,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
}, [data, currentData]);
|
}, [data]);
|
||||||
|
|
||||||
const realtimeData: RealtimeData = useMemo(() => {
|
const realtimeData: RealtimeData = useMemo(() => {
|
||||||
if (!currentData) {
|
if (!currentData) {
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ export function Header() {
|
|||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.buttons}>
|
<div className={styles.buttons}>
|
||||||
<ThemeButton tooltipPosition="bottom" />
|
<ThemeButton />
|
||||||
<LanguageButton tooltipPosition="bottom" menuPosition="bottom" />
|
<LanguageButton />
|
||||||
<SettingsButton />
|
<SettingsButton />
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user