Skip to content

Commit 175e87b

Browse files
committed
updated snapshot
1 parent 81ec9fa commit 175e87b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ui/components/multichain/account-list-item/__snapshots__/account-list-item.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ exports[`AccountListItem renders AccountListItem component and shows account nam
7171
>
7272
<div
7373
class="mm-box currency-display-component mm-box--display-flex mm-box--flex-wrap-wrap mm-box--align-items-center"
74-
title="$3.31 USD"
74+
title="$880.18 USD"
7575
>
7676
<span
7777
class="mm-box mm-text currency-display-component__text mm-text--inherit mm-text--ellipsis mm-box--color-text-default"
7878
>
79-
$3.31
79+
$880.18
8080
</span>
8181
<span
8282
class="mm-box mm-text currency-display-component__suffix mm-text--inherit mm-box--margin-inline-start-1 mm-box--color-text-default"

ui/components/multichain/pages/send/components/__snapshots__/your-accounts.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ exports[`SendPageYourAccounts render renders correctly 1`] = `
7474
>
7575
<div
7676
class="mm-box currency-display-component mm-box--display-flex mm-box--flex-wrap-wrap mm-box--align-items-center"
77-
title="$537,761.36 USD"
77+
title="$880.18 USD"
7878
>
7979
<span
8080
class="mm-box mm-text currency-display-component__text mm-text--inherit mm-text--ellipsis mm-box--color-text-default"
8181
>
82-
$537,761.36
82+
$880.18
8383
</span>
8484
<span
8585
class="mm-box mm-text currency-display-component__suffix mm-text--inherit mm-box--margin-inline-start-1 mm-box--color-text-default"

0 commit comments

Comments
 (0)