Skip to content

Commit

Permalink
fix(suite): fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
enjojoy committed Dec 3, 2024
1 parent 1aab6cd commit ae569e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/suite/src/components/suite/FormattedCryptoAmount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ export const FormattedCryptoAmount = ({

const content = (
<Row width="100%" gap={spacings.xxs} className={className}>
<Row>
<Row data-testid={dataTest}>
{!!signValue && <Sign value={signValue} />}
<Value data-testid={dataTest}>
<Value>
<RedactNumericalValue value={formattedValue} />
</Value>
</Row>
Expand Down

0 comments on commit ae569e6

Please sign in to comment.