Skip to content

Commit

Permalink
Completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Olubakinde committed Jun 14, 2024
1 parent 0e6f0f2 commit b541691
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/Display/Display.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,14 +342,6 @@ export class DisplayComponent extends EzComponent {
this.amounttransfer,
);
this.transferr = `You successfully transfered ${this.amounttransfer} to ${this.transto}`;
EzDialog.popup(
this,
`Amount succesfully transferred to ${this.transto}`,
"Successful",
["Ok"],
"btn btn-primary",
);
return;
}
}
}

0 comments on commit b541691

Please sign in to comment.