Commit 81502d90 authored by Johnny's avatar Johnny

fix: stats requests

parent b897b243
...@@ -61,7 +61,7 @@ const HomeSidebar = (props: Props) => { ...@@ -61,7 +61,7 @@ const HomeSidebar = (props: Props) => {
await userStatsStore.listUserStats(parent); await userStatsStore.listUserStats(parent);
}, },
300, 300,
[memoList.size(), userStatsStore.stateId, currentUser, location.pathname], [memoList.size(), userStatsStore.stateId, location.pathname],
); );
return ( return (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment