Fix ESLint errors and add eqeqeq rule (#66)
This commit is contained in:
committed by
Jonathan Kingston
parent
b5a6a2cb6a
commit
8bcfae7bed
@@ -111,7 +111,7 @@ browser.runtime.sendMessage({method: "queryIdentities"}).then(identities => {
|
||||
showOrHideContainerTabs(identity.userContextId, true).then(() => {
|
||||
browser.runtime.sendMessage({
|
||||
method: "openTab",
|
||||
userContextId: identity.userContextId,
|
||||
userContextId: identity.userContextId
|
||||
}).then(() => {
|
||||
window.close();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user