Skip to content

Commit

Permalink
Merge pull request #10990 from brave/wdp-never-undefined-1.33.x
Browse files Browse the repository at this point in the history
Uplift #10969 to 1.33.x
  • Loading branch information
kjozwiak authored Nov 11, 2021
2 parents d9b2396 + 5469321 commit a21509c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function onCommitted (details: chrome.webNavigation.WebNavigationTransitionCallb
}
}

if (App !== undefined && !chrome.extension.inIncognitoContext) {
if (!chrome.extension.inIncognitoContext) {
const APP = new App({
version: chrome.runtime.getManifest().version
})
Expand Down

0 comments on commit a21509c

Please sign in to comment.