fix: restore navatar class (#43176)
This commit is contained in:
committed by
GitHub
parent
0a32528c4d
commit
28003256c3
@ -30,7 +30,9 @@ const MenuButton = ({
|
|||||||
>
|
>
|
||||||
{t('buttons.menu')}
|
{t('buttons.menu')}
|
||||||
</button>
|
</button>
|
||||||
|
<span className='navatar'>
|
||||||
<AuthOrProfile user={user} />
|
<AuthOrProfile user={user} />
|
||||||
|
</span>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user