fix(UI): fix bugreport hook issue
This commit is contained in:
parent
790e1b24da
commit
184f835072
1 changed files with 0 additions and 1 deletions
|
|
@ -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 || [];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue