2022-10-20 20:20:49 +02:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`UserPreferencedCurrencyDisplay Component rendering should match snapshot 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
2023-07-25 21:32:21 +02:00
|
|
|
class="mm-box currency-display-component mm-box--display-flex mm-box--flex-wrap-wrap mm-box--align-items-center"
|
2022-10-20 20:20:49 +02:00
|
|
|
title="0 ETH"
|
|
|
|
>
|
|
|
|
<span
|
2023-07-25 21:32:21 +02:00
|
|
|
class="mm-box mm-text currency-display-component__text mm-text--inherit mm-text--ellipsis mm-box--color-text-default"
|
2022-10-20 20:20:49 +02:00
|
|
|
>
|
|
|
|
0
|
|
|
|
</span>
|
|
|
|
<span
|
2023-07-25 21:32:21 +02:00
|
|
|
class="mm-box mm-text currency-display-component__suffix mm-text--inherit mm-box--margin-inline-start-1 mm-box--color-text-default"
|
2022-10-20 20:20:49 +02:00
|
|
|
>
|
|
|
|
ETH
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|