Skip to content

Commit d9c2791

Browse files
committed
fix: Update snapshots
1 parent c36524a commit d9c2791

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ui/pages/asset/components/__snapshots__/asset-page.test.tsx.snap

+2-4
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,7 @@ exports[`AssetPage should render a native asset 1`] = `
223223
<p
224224
class="mm-box mm-text mm-text--body-md mm-text--font-weight-medium mm-text--text-align-end mm-box--color-text-default"
225225
data-testid="multichain-token-list-item-secondary-value"
226-
>
227-
$0.00
228-
</p>
226+
/>
229227
</div>
230228
<div
231229
class="mm-box mm-box--display-flex mm-box--flex-direction-row mm-box--justify-content-space-between"
@@ -543,7 +541,7 @@ exports[`AssetPage should render an ERC20 asset without prices 1`] = `
543541
class="mm-box mm-text mm-text--body-md mm-text--font-weight-medium mm-text--text-align-end mm-box--color-text-default"
544542
data-testid="multichain-token-list-item-secondary-value"
545543
>
546-
$0.00
544+
$NaN
547545
</p>
548546
</div>
549547
<div

0 commit comments

Comments
 (0)