logic fix

This commit is contained in:
julian 2023-03-03 10:50:17 -06:00
parent 5ba44d5b8e
commit 1814fb3752

View file

@ -288,11 +288,11 @@ class _ReceiveViewState extends ConsumerState<ReceiveView> {
),
),
),
if (coin != Coin.epicCash || coin != Coin.ethereum)
if (coin != Coin.epicCash && coin != Coin.ethereum)
const SizedBox(
height: 12,
),
if (coin != Coin.epicCash || coin != Coin.ethereum)
if (coin != Coin.epicCash && coin != Coin.ethereum)
TextButton(
onPressed: generateNewAddress,
style: Theme.of(context)