clean up ts/eslint errors

This commit is contained in:
YoJames2019
2026-02-10 10:56:00 -05:00
parent 5b3a0f1334
commit 40957632d5
5 changed files with 89 additions and 86 deletions

View File

@@ -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>
)}