fix(UI): fix bugreport hook issue

This commit is contained in:
nick-delirium 2023-11-30 11:28:11 +01:00
parent 790e1b24da
commit 184f835072

View file

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