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 (