Skip to content

Commit

Permalink
Merge pull request #1345 from gabrielbazan7/fix/amount-selectinputs
Browse files Browse the repository at this point in the history
[FIX] fiat amount in select input view
  • Loading branch information
JohnathanWhite authored Sep 11, 2024
2 parents 90e5fa7 + a86327a commit 5decdfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/navigation/wallet/screens/SelectInputs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ const SelectInputs = () => {
),
),
false,
false,
network,
),
defaultAltCurrency.isoCode,
Expand Down Expand Up @@ -234,6 +235,7 @@ const SelectInputs = () => {
),
),
false,
false,
network,
),
defaultAltCurrency.isoCode,
Expand Down

0 comments on commit 5decdfa

Please sign in to comment.