chore: add last visited page

This commit is contained in:
Steven
2024-05-28 09:05:59 +08:00
parent 239f28c1e0
commit 0275a65781
6 changed files with 46 additions and 5 deletions

View File

@ -29,10 +29,6 @@ const UserStatisticsView = (props: Props) => {
const memos = Object.values(memoStore.getState().memoMapByName);
useEffect(() => {
if (memos.length === 0) {
return;
}
(async () => {
setIsRequesting(true);
const { properties } = await memoServiceClient.listMemoProperties({