Skip to content

Commit fa44247

Browse files
committed
test: update snapshot
1 parent 7616b53 commit fa44247

File tree

1 file changed

+24
-15
lines changed

1 file changed

+24
-15
lines changed

app/components/UI/TransactionElement/TransactionDetails/__snapshots__/index.test.tsx.snap

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -430,11 +430,14 @@ exports[`TransactionDetails should render correctly 1`] = `
430430
undefined,
431431
undefined,
432432
undefined,
433-
{
434-
"fontSize": 12,
435-
"letterSpacing": 0.5,
436-
"marginTop": 4,
437-
},
433+
[
434+
{
435+
"fontSize": 12,
436+
"letterSpacing": 0.5,
437+
"marginTop": 4,
438+
},
439+
undefined,
440+
],
438441
]
439442
}
440443
>
@@ -1704,11 +1707,14 @@ exports[`TransactionDetails should render correctly for multi-layer fee network
17041707
undefined,
17051708
undefined,
17061709
undefined,
1707-
{
1708-
"fontSize": 12,
1709-
"letterSpacing": 0.5,
1710-
"marginTop": 4,
1711-
},
1710+
[
1711+
{
1712+
"fontSize": 12,
1713+
"letterSpacing": 0.5,
1714+
"marginTop": 4,
1715+
},
1716+
undefined,
1717+
],
17121718
]
17131719
}
17141720
>
@@ -2978,11 +2984,14 @@ exports[`TransactionDetails should render correctly for multi-layer fee network
29782984
undefined,
29792985
undefined,
29802986
undefined,
2981-
{
2982-
"fontSize": 12,
2983-
"letterSpacing": 0.5,
2984-
"marginTop": 4,
2985-
},
2987+
[
2988+
{
2989+
"fontSize": 12,
2990+
"letterSpacing": 0.5,
2991+
"marginTop": 4,
2992+
},
2993+
undefined,
2994+
],
29862995
]
29872996
}
29882997
>

0 commit comments

Comments
 (0)