From 32ce8b30a606d32bd06212a6bfc909f96515a3ec Mon Sep 17 00:00:00 2001 From: Nicolas Fedor Date: Mon, 1 Apr 2024 12:40:16 +0100 Subject: [PATCH] Clean-up --- .../create-or-update-account-dialog.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.component.ts b/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.component.ts index 0aa3c3093..fb7fe2cb0 100644 --- a/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.component.ts +++ b/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.component.ts @@ -125,8 +125,6 @@ export class CreateOrUpdateAccountDialog implements OnDestroy { this.dialogRef.close({ account }); }); } - - this.dialogRef.close({ account }); } public ngOnDestroy() {