mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-31 06:35:53 +00:00
This commit is contained in:
parent
86f6a3cd64
commit
80d6a1bed7
1 changed files with 6 additions and 0 deletions
|
@ -1053,6 +1053,12 @@ class _TransactionV2DetailsViewState
|
|||
],
|
||||
),
|
||||
),
|
||||
if (coin is Epiccash)
|
||||
isDesktop
|
||||
? const _Divider()
|
||||
: const SizedBox(
|
||||
height: 12,
|
||||
),
|
||||
if (coin is Epiccash)
|
||||
RoundedWhiteContainer(
|
||||
padding: isDesktop
|
||||
|
|
Loading…
Reference in a new issue