From 8d1e21bef669b2c28557f80d92dec10cff6ca71e Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Tue, 30 May 2023 16:03:57 +0200 Subject: [PATCH] fix(ui): fix missing list in controls --- frontend/app/components/Session_/Player/Controls/Controls.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/components/Session_/Player/Controls/Controls.tsx b/frontend/app/components/Session_/Player/Controls/Controls.tsx index 6e03bb0cb..8ee1a8487 100644 --- a/frontend/app/components/Session_/Player/Controls/Controls.tsx +++ b/frontend/app/components/Session_/Player/Controls/Controls.tsx @@ -80,6 +80,7 @@ function Controls(props: any) { const logRedCount = tabStates[currentTab]?.logMarkedCountNow || 0; const resourceRedCount = tabStates[currentTab]?.resourceMarkedCountNow || 0; const stackRedCount = tabStates[currentTab]?.stackMarkedCountNow || 0; + const exceptionsList = tabStates[currentTab]?.exceptionsList || []; const { bottomBlock,