fix(ui): bug report - missing variable

This commit is contained in:
Shekar Siri 2023-07-05 12:30:45 +02:00
parent 236227f2fb
commit cfb3b991c7

View file

@ -40,7 +40,7 @@ function SubHeader(props) {
: currentLocation;
const showReportModal = () => {
const { tabStates } = store.get();
const { tabStates, currentTab } = store.get();
const resourceList = tabStates[currentTab]?.resourceList || [];
const exceptionsList = tabStates[currentTab]?.exceptionsList || [];
const eventsList = tabStates[currentTab]?.eventList || [];