@@ -15,7 +15,7 @@ export const closeAchPayNoticeHandler = async () => {
})});
}
if(tab) {
- chrome.tabs.highlight({ windowId: res.tab.windowId, tabs: res.tab.index })
+ chrome.tabs.highlight({ windowId: tab.windowId, tabs: tab.index })
})