fix(ui): fix missing list in controls

This commit is contained in:
nick-delirium 2023-05-30 16:03:57 +02:00
parent d9755a694d
commit 8d1e21bef6

View file

@ -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,