From 3e6f85c206c44c46c5df9546afaf11582ad65803 Mon Sep 17 00:00:00 2001 From: addison Date: Wed, 3 Feb 2021 23:52:27 -0500 Subject: [PATCH] deleted more of the send component --- src/app/send/send.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/send/send.component.ts b/src/app/send/send.component.ts index 0fe308b1..577579a5 100644 --- a/src/app/send/send.component.ts +++ b/src/app/send/send.component.ts @@ -10,7 +10,6 @@ import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service'; import { SearchService } from 'jslib/abstractions/search.service'; import { SendService } from 'jslib/abstractions/send.service'; -import { ModalComponent } from 'jslib/angular/components/modal.component'; import { SendComponent as BaseSendComponent } from 'jslib/angular/components/send/send.component'; import { BroadcasterService } from 'jslib/angular/services/broadcaster.service'; @@ -29,7 +28,6 @@ enum Action { }) export class SendComponent extends BaseSendComponent implements OnInit { sendId: string; - modal: ModalComponent = null; action: Action = Action.None; constructor(sendService: SendService, i18nService: I18nService,