Skip to content

Commit

Permalink
Fix send funnel Ada price
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed Jul 15, 2024
1 parent b372458 commit 4e01b34
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,15 @@ export const EditAmountScreen = () => {
<AmountInput onChange={handleOnChangeQuantity} value={inputValue} ticker={amount.info.ticker} />

<Center>
{isPrimary && <PairedBalance amount={amount} ignorePrivacy />}
{isPrimary && (
<PairedBalance
amount={{
info: amount.info,
quantity,
}}
ignorePrivacy
/>
)}

<Spacer height={22} />

Expand Down

0 comments on commit 4e01b34

Please sign in to comment.