Revert typo

This commit is contained in:
Jackson Harper
2023-05-22 15:28:08 +08:00
parent 91a76eb4a8
commit 57601ffc57

View File

@ -615,6 +615,7 @@ function executeAction(action) {
currentTab.id
)
if (isSignedUp) {
action(currentTab)
}
} else {
const extensionManifest = browserApi.runtime.getManifest()