1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

Fix linting errors

This commit is contained in:
Hinton
2020-10-11 20:45:25 +02:00
parent 01ffa27fcc
commit 5eb0ce1e09
4 changed files with 8 additions and 8 deletions

View File

@@ -299,9 +299,9 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
const response = await responsePromise;
return response.response == 'unlocked';
return response.response === 'unlocked';
}
sidebarViewName(): string {
if ((window as any).chrome.sidebarAction && this.isFirefox()) {
return 'sidebar';