Skip to content

Commit

Permalink
fix(suite): fix FiatValue component wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhavel committed Dec 9, 2024
1 parent c9c15b4 commit 36f0151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/suite/src/components/suite/FiatValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const FiatValue = ({
if (value) {
const fiatValueComponent = (
<WrapperComponent className={className}>
{showApproximationIndicator && <> </>}
{showApproximationIndicator && <>&nbsp;</>}
<FiatAmountFormatter
currency={localCurrency.toUpperCase()}
value={value}
Expand Down

0 comments on commit 36f0151

Please sign in to comment.