RC-4: remove logs and fix import
This commit is contained in:
@@ -40,7 +40,7 @@ function UserNavbarHeader(props) {
|
||||
src={user.data.photoURL}
|
||||
alt={user.data.displayName}
|
||||
>
|
||||
{user.data.displayName.charAt(0)}
|
||||
{user.data.displayName?.charAt(0)}
|
||||
</Avatar>
|
||||
</div>
|
||||
<Typography className="username text-14 whitespace-nowrap font-medium">
|
||||
|
||||
Reference in New Issue
Block a user