mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-10 23:15:34 -04:00
fix watchers
This commit is contained in:
@@ -55,7 +55,7 @@ export function useAnnouncements() {
|
||||
}
|
||||
|
||||
refreshUnreadAnnouncements();
|
||||
watch(() => auth.user, () => {
|
||||
watch(auth.user, () => {
|
||||
refreshUnreadAnnouncements();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user