mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-01 21:25:18 +00:00
Address linter finding
This commit is contained in:
@@ -99,7 +99,7 @@ function renderTestComponent(
|
|||||||
),
|
),
|
||||||
} as unknown as Room;
|
} as unknown as Room;
|
||||||
|
|
||||||
if (explicitTracks?.length ?? 0 > 0) {
|
if ((explicitTracks?.length ?? 0) > 0) {
|
||||||
tracks = explicitTracks!.map(({ participantId, source, kind }) => {
|
tracks = explicitTracks!.map(({ participantId, source, kind }) => {
|
||||||
const participant =
|
const participant =
|
||||||
liveKitParticipants.find((p) => p.identity === participantId) ??
|
liveKitParticipants.find((p) => p.identity === participantId) ??
|
||||||
|
|||||||
Reference in New Issue
Block a user