forked from github/cinny
clean up ts/eslint errors
This commit is contained in:
@@ -60,7 +60,7 @@ export function CallNavStatus() {
|
||||
>
|
||||
<Icon src={Icons.VolumeHigh}/>
|
||||
<Text style={{ flexGrow: 1 }} size="B400" truncate>
|
||||
{mx.getRoom(activeCallRoomId)?.name}
|
||||
{activeCallRoomId ? mx.getRoom(activeCallRoomId)?.name : ""}
|
||||
</Text>
|
||||
</Chip>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user