diff --git a/src/components/Header/Tools.tsx b/src/components/Header/Tools.tsx index 653e3f500..529ff6e1a 100644 --- a/src/components/Header/Tools.tsx +++ b/src/components/Header/Tools.tsx @@ -241,15 +241,17 @@ const Tools = () => { {isNotificationsEnabled && ( - dispatch(toggleNotificationsDrawer())} - aria-label="Notifications" - isExpanded={isDrawerExpanded} - > - - + + dispatch(toggleNotificationsDrawer())} + aria-label="Notifications" + isExpanded={isDrawerExpanded} + > + + + )} {localStorage.getItem('chrome:darkmode') === 'true' && (