mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-03 17:29:23 +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(
|
const SizedBox(
|
||||||
height: 12,
|
height: 12,
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
(coin == Coin.epicCash) ? "Local Note (optional)"
|
(coin == Coin.epicCash) ? "Local Note (optional)"
|
||||||
: "Note (optional)",
|
: "Note (optional)",
|
||||||
|
|
Loading…
Reference in a new issue