mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Fix linting errors
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user