mirror of https://github.com/usememos/memos.git
fix: stats requests
This commit is contained in:
parent
b897b243e5
commit
81502d9092
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue