mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
notifications: enable them for ordinary users
This commit is contained in:
parent
9bc9cd7ed9
commit
315ba31014
4 changed files with 27 additions and 27 deletions
|
@ -47,14 +47,12 @@ const ProfileSidebarMenu: VFC<ProfileSidebarMenuProps> = ({ onClose }) => {
|
|||
Настройки
|
||||
</VerticalMenu.Item>
|
||||
|
||||
<Superpower>
|
||||
<VerticalMenu.Item
|
||||
onClick={() => setActiveTab(1)}
|
||||
hasUpdates={hasNew}
|
||||
>
|
||||
Уведомления
|
||||
</VerticalMenu.Item>
|
||||
</Superpower>
|
||||
<VerticalMenu.Item
|
||||
onClick={() => setActiveTab(1)}
|
||||
hasUpdates={hasNew}
|
||||
>
|
||||
Уведомления
|
||||
</VerticalMenu.Item>
|
||||
|
||||
<VerticalMenu.Item onClick={() => setActiveTab(2)}>
|
||||
Заметки
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue