change(ui) - red count check

This commit is contained in:
Shekar Siri 2022-11-18 17:25:41 +01:00
parent 63ed487f2c
commit 9f4cef2f8b

View file

@ -76,13 +76,13 @@ function getStorageName(type) {
inspectorMode: state.inspectorMode,
fullscreenDisabled: state.messagesLoading,
// logCount: state.logList.length,
logRedCount: state.logRedCount,
logRedCount: state.logMarkedCount,
showExceptions: state.exceptionsList.length > 0,
resourceRedCount: state.resourceRedCountNow, // TODO missing state.resourceRedCount
fetchRedCount: state.fetchRedCountNow,
resourceRedCount: state.resourceMarkedCount,
fetchRedCount: state.fetchMarkedCount,
showStack: state.stackList.length > 0,
stackCount: state.stackList.length,
stackRedCount: state.stackRedCount,
stackRedCount: state.stackMarkedCount,
profilesCount: state.profilesList.length,
storageCount: selectStorageListNow(state).length,
storageType: selectStorageType(state),