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

user profile appearance

This commit is contained in:
Fedor Katurov 2019-10-09 19:56:37 +07:00
parent 2b2234c3d8
commit 87112cd985
3 changed files with 9 additions and 11 deletions

View file

@ -36,11 +36,8 @@ const HeaderUnconnected: FC<IProps> = ({ username, is_user, showDialog }) => {
<div onClick={onOpenEditor}>editor</div>
</div>
<Filler />
{is_user && (
<Group horizontal className={style.user_button}>
<div>{username}</div>
<div className={style.user_avatar} />
</Group>
)}