Skip to content

Commit

Permalink
Update src/components/BuySellForm/BuySellAmount/BuySellAmount.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Matin shafiei <[email protected]>
  • Loading branch information
usman-deriv and matin-deriv authored Aug 2, 2024
1 parent 1d23ddb commit f6ef46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BuySellForm/BuySellAmount/BuySellAmount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const BuySellAmount = ({
{isDesktop && (
<div className='buy-sell-amount__value'>
<Text color='less-prominent' size={labelSize}>{`You'll ${isBuy ? 'receive' : 'send'}`}</Text>
<Text data-testid='dt_buy_sell_amount__value' size='sm' weight='bold'>
<Text data-testid='dt_buy_sell_amount_value' size='sm' weight='bold'>
{buySellAmount}&nbsp;{localCurrency}
</Text>
</div>
Expand Down

0 comments on commit f6ef46b

Please sign in to comment.