mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Fixed lint warnings (#1655)
This commit is contained in:
@@ -73,7 +73,7 @@ export class SendAddEditComponent extends BaseAddEditComponent {
|
||||
this.inPopout = this.popupUtilsService.inPopout(window);
|
||||
this.inSidebar = this.popupUtilsService.inSidebar(window);
|
||||
|
||||
const queryParamsSub = this.route.queryParams.subscribe(async (params) => {
|
||||
const queryParamsSub = this.route.queryParams.subscribe(async params => {
|
||||
if (params.sendId) {
|
||||
this.sendId = params.sendId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user