Skip to content

Commit

Permalink
fix(front): show correct withdrawalCurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
rednez committed Jul 20, 2023
1 parent 8f971d1 commit 96ee192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
>currency_exchange
</mat-icon>
<span>{{
withdrawalAmount | currency : currency : 'code' : '1.2-2'
withdrawalAmount! | currency : withdrawalCurrency : 'code' : '1.2-2'
}}</span>
</div>
</div>
Expand Down

0 comments on commit 96ee192

Please sign in to comment.