hotfix notifications (#744)

This commit is contained in:
Varnit Goyal
2023-12-20 12:23:45 +05:30
committed by GitHub
parent 0d171c123e
commit e47edccc8c

View File

@@ -112,12 +112,12 @@ const TopNavBar = ({
>
<div className={styles.notif}>
<NotificationIcon />
<NotificationLink
toggleNotifications={toggleNotifications}
showNotifications={showNotifications}
/>
</div>
</div>
<NotificationLink
toggleNotifications={toggleNotifications}
showNotifications={showNotifications}
/>
<CaseHistory
toggleCaseHistory={toggleCaseHistory}
showCaseBrowsingHistory={showCaseHistory}