Fix indentation so Onchain note doesn't show for other coins

This commit is contained in:
likho 2023-07-05 17:31:06 +02:00
parent 71591053f2
commit 3ae04b6e5f

View file

@ -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)",