diff --git a/src/popup/vault/current-tab.component.ts b/src/popup/vault/current-tab.component.ts index 1b0811ec95..4663812448 100644 --- a/src/popup/vault/current-tab.component.ts +++ b/src/popup/vault/current-tab.component.ts @@ -144,7 +144,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy { } if (this.popupUtilsService.inPopup(window)) { - BrowserApi.closePopup(window); + BrowserApi.closePopup(window); } } catch { this.analytics.eventTrack.next({ action: 'Autofilled Error' });