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