fix: remove placeholder used for text
This commit is contained in:
parent
9dae3a48be
commit
d0a6297cce
@ -33,7 +33,7 @@ const Username = ({ username, avatarContent, handleClick }: Props) => {
|
||||
display: { xs: 'none', md: 'flex' }
|
||||
}}
|
||||
>
|
||||
{username || 'test'}
|
||||
{username}
|
||||
</Typography>
|
||||
<IconButton
|
||||
aria-label="account of current user"
|
||||
|
Loading…
Reference in New Issue
Block a user