From 73b757c201af4f5b87c9580c1d81507555b6436e Mon Sep 17 00:00:00 2001 From: Shrihari Mahabal Date: Tue, 31 Mar 2026 22:59:03 +0530 Subject: [PATCH] chore: fix formatting --- frappe/public/js/frappe/ui/notifications/notifications.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/public/js/frappe/ui/notifications/notifications.js b/frappe/public/js/frappe/ui/notifications/notifications.js index ec91f15291..91a6cf2807 100644 --- a/frappe/public/js/frappe/ui/notifications/notifications.js +++ b/frappe/public/js/frappe/ui/notifications/notifications.js @@ -224,8 +224,8 @@ class NotificationsView extends BaseNotificationsView { this.setup_notification_listeners(); - this.dropdown_items = []; - this.notifications_fetched = false + this.dropdown_items = []; + this.notifications_fetched = false; if (this.settings && this.settings.seen == 0) { this.toggle_notification_icon(false);