mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-31 15:59:26 +00:00
Fix indentation so Onchain note doesn't show for other coins
This commit is contained in:
parent
71591053f2
commit
3ae04b6e5f
1 changed files with 3 additions and 3 deletions
|
@ -1849,9 +1849,9 @@ class _SendViewState extends ConsumerState<SendView> {
|
|||
),
|
||||
),
|
||||
),
|
||||
const SizedBox(
|
||||
height: 12,
|
||||
),
|
||||
const SizedBox(
|
||||
height: 12,
|
||||
),
|
||||
Text(
|
||||
(coin == Coin.epicCash) ? "Local Note (optional)"
|
||||
: "Note (optional)",
|
||||
|
|
Loading…
Reference in a new issue