mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: stats requests
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user