Skip to content

Commit 33fa527

Browse files
committed
remove comment
1 parent 7da688b commit 33fa527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/lib/components/Settings.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
} catch (e) {
223223
console.error('Failed to update notification settings:', e);
224224
snackbar('Failed to update notification settings', undefined, true);
225-
notificationsDisabled = !disabled; // Revert
225+
notificationsDisabled = !disabled;
226226
}
227227
}
228228

0 commit comments

Comments
 (0)