Skip to content

Commit

Permalink
Merge pull request #3514 from Cryptorubic/fix-receiver
Browse files Browse the repository at this point in the history
fix-receiver
  • Loading branch information
PseudoElement authored Feb 28, 2025
2 parents f45e1b2 + 795ee1a commit a3b44e2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@
<ng-container footer>
<div class="buttons-container">
<app-action-button></app-action-button>
<app-receiver-address-button
*ngIf="state.selectedForm === 'swapForm'"
(handleClick)="toggleReceiver()"
></app-receiver-address-button>
<app-receiver-address-button (handleClick)="toggleReceiver()"></app-receiver-address-button>
</div>
</ng-container>
</app-window-container>

0 comments on commit a3b44e2

Please # to comment.