diff --git a/web/components/Notifications/Sidebar.vue b/web/components/Notifications/Sidebar.vue index cf2f54a59..8f09d9e3a 100644 --- a/web/components/Notifications/Sidebar.vue +++ b/web/components/Notifications/Sidebar.vue @@ -11,9 +11,7 @@ const { teleportTarget, determineTeleportTarget } = useTeleport(); const importance = ref(undefined); const confirmAndArchiveAll = async () => { - if ( - confirm('This will archive all notifications on your Unraid server. Continue?') - ) { + if (confirm('This will archive all notifications on your Unraid server. Continue?')) { await archiveAll(); } }; @@ -81,7 +79,7 @@ const confirmAndDeleteAll = async () => {