diff --git a/lib/pages/receive_view/receive_view.dart b/lib/pages/receive_view/receive_view.dart index 52283111c..b9cc227ab 100644 --- a/lib/pages/receive_view/receive_view.dart +++ b/lib/pages/receive_view/receive_view.dart @@ -288,11 +288,11 @@ class _ReceiveViewState extends ConsumerState { ), ), ), - 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)