mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-29 11:47:15 +00:00
🐛(frontend) fix pinnedTrackRef always evaluating to true
pinnedTrackRef was always truthy when evaluated in this code path.
This commit is contained in:
@@ -104,7 +104,7 @@ export const StageLayout = () => {
|
|||||||
>
|
>
|
||||||
<ParticipantTile />
|
<ParticipantTile />
|
||||||
</CarouselLayout>
|
</CarouselLayout>
|
||||||
{pinnedTrackRef && <FocusLayout trackRef={pinnedTrackRef} />}
|
<FocusLayout trackRef={pinnedTrackRef} />
|
||||||
</FocusLayoutContainer>
|
</FocusLayoutContainer>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user