Skip to content

Commit 18d819f

Browse files
committed
Revert "Auto refresh"
This reverts commit 1783092.
1 parent d5841e9 commit 18d819f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

frontend/src/pages/Room/joan6.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -240,15 +240,6 @@ export const Joan6 = () => {
240240
}, 1000);
241241
return () => clearInterval(interval);
242242
}, [update]);
243-
useEffect(() => {
244-
const interval = setInterval(
245-
() => {
246-
window.location.reload();
247-
},
248-
1000 * 60 * 60 * 24,
249-
);
250-
return () => clearInterval(interval);
251-
});
252243

253244
return (
254245
<Grid

0 commit comments

Comments
 (0)