fix: remove placeholder used for text

This commit is contained in:
enes 2024-07-29 18:25:32 +02:00
parent 9dae3a48be
commit d0a6297cce

View File

@ -33,7 +33,7 @@ const Username = ({ username, avatarContent, handleClick }: Props) => {
display: { xs: 'none', md: 'flex' } display: { xs: 'none', md: 'flex' }
}} }}
> >
{username || 'test'} {username}
</Typography> </Typography>
<IconButton <IconButton
aria-label="account of current user" aria-label="account of current user"