2022-09-21 18:38:35 +02:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Confirm Detail Row Component should match snapshot 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="confirm-detail-row"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="confirm-detail-row__label"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="confirm-detail-row__details"
|
|
|
|
>
|
|
|
|
<div
|
2023-07-25 21:32:21 +02:00
|
|
|
class="mm-box currency-display-component confirm-detail-row__primary mm-box--display-flex mm-box--flex-wrap-wrap mm-box--align-items-center"
|
2022-09-21 18:38:35 +02:00
|
|
|
title="0"
|
|
|
|
>
|
2023-07-25 21:32:21 +02:00
|
|
|
<div
|
|
|
|
class="mm-box currency-display-component__prefix mm-box--margin-inline-end-1"
|
|
|
|
variant="inherit"
|
2022-09-21 18:38:35 +02:00
|
|
|
>
|
|
|
|
<i
|
|
|
|
class="fab fa-ethereum"
|
|
|
|
style="font-size: 18px;"
|
|
|
|
/>
|
2023-07-25 21:32:21 +02:00
|
|
|
</div>
|
2022-09-21 18:38:35 +02:00
|
|
|
<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-09-21 18:38:35 +02:00
|
|
|
>
|
|
|
|
0
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
2023-07-25 21:32:21 +02:00
|
|
|
class="mm-box currency-display-component confirm-detail-row__secondary mm-box--display-flex mm-box--flex-wrap-wrap mm-box--align-items-center"
|
2022-09-21 18:38:35 +02:00
|
|
|
title="0"
|
|
|
|
>
|
2023-07-25 21:32:21 +02:00
|
|
|
<div
|
|
|
|
class="mm-box currency-display-component__prefix mm-box--margin-inline-end-1"
|
|
|
|
variant="inherit"
|
2022-09-21 18:38:35 +02:00
|
|
|
>
|
|
|
|
<i
|
|
|
|
class="fab fa-ethereum"
|
|
|
|
style="font-size: 14px;"
|
|
|
|
/>
|
2023-07-25 21:32:21 +02:00
|
|
|
</div>
|
2022-09-21 18:38:35 +02:00
|
|
|
<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-09-21 18:38:35 +02:00
|
|
|
>
|
|
|
|
0
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|