fix: stats requests

This commit is contained in:
Johnny 2025-02-26 22:32:26 +08:00
parent b897b243e5
commit 81502d9092
1 changed files with 1 additions and 1 deletions

View File

@ -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 (