This commit is contained in:
2026-02-12 23:57:06 +08:00
parent d8506c383c
commit 11d6f7699f
7 changed files with 296 additions and 45 deletions

View File

@@ -60,7 +60,7 @@ const ActivityDetail = () => {
sessionStorage.setItem(hasRefreshedKey, 'true');
window.location.reload();
}
}, 5000);
}, 2000);
return () => clearTimeout(timer);
}, [id, refetch]);