chore: ran linting

This commit is contained in:
Anish Sarkar 2026-03-06 12:17:57 +05:30
parent 376f120502
commit 91463b3701
8 changed files with 273 additions and 337 deletions

View file

@ -316,7 +316,13 @@ export function LayoutDataProvider({
badge: announcementUnreadCount > 0 ? formatInboxCount(announcementUnreadCount) : undefined,
},
],
[pathname, isInboxSidebarOpen, isDocumentsSidebarOpen, totalUnreadCount, announcementUnreadCount]
[
pathname,
isInboxSidebarOpen,
isDocumentsSidebarOpen,
totalUnreadCount,
announcementUnreadCount,
]
);
// Handlers