mirror of https://github.com/usememos/memos.git
Update web/src/store/user.ts
Co-authored-by: Johnny <yourselfhosted@gmail.com> Signed-off-by: varsnotwars <varsnotwars@protonmail.com>
This commit is contained in:
parent
6314f71e5e
commit
e8a89c1856
|
|
@ -177,8 +177,6 @@ const userStore = (() => {
|
|||
|
||||
const fetchUserSettings = async () => {
|
||||
if (!state.currentUser) {
|
||||
console.error("No current user");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue