Skip to content

Commit

Permalink
frontend: format with btc style spaces if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
thisconnect committed Nov 20, 2024
1 parent 8baba1a commit e39c0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/web/src/components/transactions/transaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const Amounts = ({
{conversion && !sendToSelf ? sign : null}
<Amount
amount={conversionAmount || ''}
unit={defaultCurrency}
unit={sendToSelf ? conversionUnit : defaultCurrency}
/>
<span className={styles.txUnit}>
{' '}
Expand Down

0 comments on commit e39c0dc

Please sign in to comment.