hide generate address button for eth

This commit is contained in:
julian 2023-03-01 14:50:40 -06:00
parent 8812efaefb
commit bfbf175f44

View file

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