Fix login/logout query cache not clearing

This commit is contained in:
Zoe Roux
2026-03-22 10:29:37 +01:00
parent 59a20a627c
commit f893d20e95
3 changed files with 4 additions and 7 deletions
-1
View File
@@ -7,7 +7,6 @@ let hoverTimeout: NodeJS.Timeout | number;
export const useMobileHover = () => {
if (Platform.OS !== "web") return;
// biome-ignore lint/correctness/useHookAtTopLevel: const condition
useEffect(() => {
const enableHover = () => {
if (preventHover) return;