mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-28 21:01:55 +00:00
🐛(frontend) fix pinnedTrackRef always evaluating to true
pinnedTrackRef was always truthy when evaluated in this code path.
This commit is contained in:
committed by
aleb_the_flash
parent
759388c72f
commit
7124167947
@@ -104,7 +104,7 @@ export const StageLayout = () => {
|
||||
>
|
||||
<ParticipantTile />
|
||||
</CarouselLayout>
|
||||
{pinnedTrackRef && <FocusLayout trackRef={pinnedTrackRef} />}
|
||||
<FocusLayout trackRef={pinnedTrackRef} />
|
||||
</FocusLayoutContainer>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user