mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
hide generate address button for eth
This commit is contained in:
parent
8812efaefb
commit
bfbf175f44
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue