mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
lint fixes
This commit is contained in:
@@ -51,7 +51,7 @@ export class AppComponent implements OnInit {
|
||||
animation: 'slideUp',
|
||||
limit: 2,
|
||||
positionClass: 'toast-bottom-full-width',
|
||||
newestOnTop: false
|
||||
newestOnTop: false,
|
||||
});
|
||||
|
||||
private lastActivity: number = null;
|
||||
@@ -110,7 +110,7 @@ export class AppComponent implements OnInit {
|
||||
|
||||
BrowserApi.messageListener((window as any).bitwardenPopupMainMessageListener);
|
||||
|
||||
this.router.events.subscribe(event => {
|
||||
this.router.events.subscribe((event) => {
|
||||
if (event instanceof NavigationEnd) {
|
||||
const url = event.urlAfterRedirects || event.url || '';
|
||||
if (url.startsWith('/tabs/') && this.previousUrl.startsWith('/tabs/')) {
|
||||
|
||||
Reference in New Issue
Block a user