list of notification perfereneces
This commit is contained in:
@@ -173,6 +173,15 @@ const SideBar: FC = () => {
|
||||
name='roles'
|
||||
activeName='roles'
|
||||
/>
|
||||
|
||||
<SideBarItem
|
||||
icon={<NotificationStatus variant={isActive('notifications') ? 'Bold' : 'Outline'} color={isActive('notifications') ? 'black' : '#8C90A3'} size={iconSizeSideBar} />}
|
||||
title={t('sidebar.notifications')}
|
||||
isActive={isActive('notifications')}
|
||||
link={Pages.notifications.list}
|
||||
name='notifications'
|
||||
activeName='notifications'
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className={clx(
|
||||
|
||||
Reference in New Issue
Block a user