From f3bd8add84d3c3934d8c704da16be6e840a1f910 Mon Sep 17 00:00:00 2001 From: Leonardo Mendoza Fernadez Date: Sun, 24 Nov 2024 22:44:01 -0600 Subject: [PATCH] singin-interstitial --- src/app/record/components/top-bar/top-bar.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/record/components/top-bar/top-bar.component.ts b/src/app/record/components/top-bar/top-bar.component.ts index 66d068f66..4fdaa9b31 100644 --- a/src/app/record/components/top-bar/top-bar.component.ts +++ b/src/app/record/components/top-bar/top-bar.component.ts @@ -89,8 +89,6 @@ export class TopBarComponent implements OnInit, OnDestroy { .open(ModalEmailComponent, { width: '850px', maxWidth: '99%', - // data: this.userRecord, - // ariaLabel: getAriaLabel(this.editModalComponent, this.type), }) .afterClosed() }