mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
lint fixes
This commit is contained in:
@@ -52,7 +52,7 @@ class BrowserApi {
|
|||||||
windowId: winIndex,
|
windowId: winIndex,
|
||||||
title: tab.title,
|
title: tab.title,
|
||||||
active: tab === tab.browserWindow.activeTab,
|
active: tab === tab.browserWindow.activeTab,
|
||||||
url: tab.url || 'about:blank'
|
url: tab.url || 'about:blank',
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user