Skip to content

Commit

Permalink
Merge pull request #508 from us3r-network/F-addLog-shiuxewen
Browse files Browse the repository at this point in the history
fix: settings loading
  • Loading branch information
friendlysxw authored Jan 30, 2024
2 parents f1416da + 3cf2364 commit 5c83856
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ export function NotificationSettingsGroup() {
});
} else {
setSettings([]);
setSettingsLoading(false);
}
}, []);
}, [isLogin]);

const upsertSetting = async (setting: Partial<NotificationSetting>) => {
if (!isLogin) return;
Expand Down

0 comments on commit 5c83856

Please sign in to comment.