julian 2024-07-15 14:22:00 -06:00 committed by julian-CStack
parent 86f6a3cd64
commit 80d6a1bed7

View file

@ -1053,6 +1053,12 @@ class _TransactionV2DetailsViewState
],
),
),
if (coin is Epiccash)
isDesktop
? const _Divider()
: const SizedBox(
height: 12,
),
if (coin is Epiccash)
RoundedWhiteContainer(
padding: isDesktop