1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

notification clicking

This commit is contained in:
Fedor Katurov 2019-11-13 12:16:12 +07:00
parent 9b0c3dd1fb
commit 83c9900af1
4 changed files with 18 additions and 9 deletions

View file

@ -40,9 +40,11 @@ const HeaderUnconnected: FC<IProps> = memo(
<Filler />
<div className={style.plugs}>
<Notifications />
</div>
{is_user && (
<div className={style.plugs}>
<Notifications />
</div>
)}
{is_user && (
<UserButton user={user} onLogout={authLogout} onProfileClick={onProfileClick} />