mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 07:20:29 +03:00
Update src/app/features/room-nav/RoomNavUser.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
parent
b46c9ed023
commit
dd158fa652
1 changed files with 3 additions and 1 deletions
|
|
@ -41,7 +41,9 @@ export function RoomNavUser({ room, space, sender }: RoomNavUserProps) {
|
|||
renderFallback={() => <Icon size="50" src={Icons.User} filled />}
|
||||
/>
|
||||
</Avatar>
|
||||
<Text size="B400" priority="300" truncate>
|
||||
{getName}
|
||||
</Text>
|
||||
</Box>
|
||||
</NavItemContent>
|
||||
</NavItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue