forked from github/cinny
Update src/app/features/room-nav/RoomCallNavStatus.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
@@ -116,7 +116,9 @@ export function CallNavStatus() {
|
||||
onClick={handleGoToCallRoom}
|
||||
ref={triggerRef}
|
||||
>
|
||||
{mx.getRoom(activeCallRoomId)?.normalizedName}
|
||||
<Text style={{ flexGrow: 1 }} size="B400" truncate>
|
||||
{mx.getRoom(activeCallRoomId)?.name}
|
||||
</Text>
|
||||
</Chip>
|
||||
)}
|
||||
</TooltipProvider>
|
||||
|
||||
Reference in New Issue
Block a user