From 74f63388e60558a9e71fbcf73ee471e8b753f7e9 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 24 Jul 2026 17:47:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(frontend)=20fix=20pinnedTrackRef?= =?UTF-8?q?=20always=20evaluating=20to=20true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pinnedTrackRef was always truthy when evaluated in this code path. --- src/frontend/src/features/layout/components/StageLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/features/layout/components/StageLayout.tsx b/src/frontend/src/features/layout/components/StageLayout.tsx index cb9ba05c..d4fc8e05 100644 --- a/src/frontend/src/features/layout/components/StageLayout.tsx +++ b/src/frontend/src/features/layout/components/StageLayout.tsx @@ -104,7 +104,7 @@ export const StageLayout = () => { > - {pinnedTrackRef && } + )}