chore: update signin button in visitor mode

This commit is contained in:
boojack
2022-07-25 21:50:25 +08:00
parent cfa4151cff
commit 58e68f8f80
9 changed files with 55 additions and 27 deletions

View File

@ -83,7 +83,6 @@ const MemoList: React.FC<Props> = () => {
.fetchAllMemos()
.then(() => {
setFetchStatus(false);
memoService.updateTagsState();
})
.catch(() => {
toastHelper.error("😭 Fetching failed, please try again later.");