fix(ui): fix missing list in controls
This commit is contained in:
parent
d9755a694d
commit
8d1e21bef6
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue