From 06b619d5441bb561c2fc3b69ec66d7541db23e59 Mon Sep 17 00:00:00 2001 From: jeremygan2021 Date: Fri, 13 Feb 2026 01:20:22 +0800 Subject: [PATCH] 1 --- frontend/src/pages/activity/Detail.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/activity/Detail.jsx b/frontend/src/pages/activity/Detail.jsx index 884220b..b825744 100644 --- a/frontend/src/pages/activity/Detail.jsx +++ b/frontend/src/pages/activity/Detail.jsx @@ -60,7 +60,7 @@ const ActivityDetail = () => { sessionStorage.setItem(hasRefreshedKey, 'true'); window.location.reload(); } - }, 2000); + }, 0); return () => clearTimeout(timer); }, [id, refetch]);