diff --git a/src/app/send/send.component.ts b/src/app/send/send.component.ts index 4b57579c..44c4b585 100644 --- a/src/app/send/send.component.ts +++ b/src/app/send/send.component.ts @@ -55,11 +55,6 @@ export class SendComponent extends BaseSendComponent implements OnInit, OnDestro this.broadcasterService.subscribe(BroadcasterSubscriptionId, (message: any) => { this.ngZone.run(async () => { switch (message.command) { - case 'syncCompleted': - if (message.successfully) { - await this.load(); - } - break; case 'syncCompleted': await this.load(); break;