From 81502d90925676f61682f4b8e1ab41bdf314ac3c Mon Sep 17 00:00:00 2001 From: Johnny Date: Wed, 26 Feb 2025 22:32:26 +0800 Subject: [PATCH] fix: stats requests --- web/src/components/HomeSidebar/HomeSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/HomeSidebar/HomeSidebar.tsx b/web/src/components/HomeSidebar/HomeSidebar.tsx index cc224fb7..426dab74 100644 --- a/web/src/components/HomeSidebar/HomeSidebar.tsx +++ b/web/src/components/HomeSidebar/HomeSidebar.tsx @@ -61,7 +61,7 @@ const HomeSidebar = (props: Props) => { await userStatsStore.listUserStats(parent); }, 300, - [memoList.size(), userStatsStore.stateId, currentUser, location.pathname], + [memoList.size(), userStatsStore.stateId, location.pathname], ); return (