mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
Monkey option only shows for banano wallets
This commit is contained in:
parent
bce8ae6b4e
commit
8b8ce89ced
1 changed files with 17 additions and 16 deletions
|
@ -927,6 +927,7 @@ class _WalletViewState extends ConsumerState<WalletView> {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
if (coin == Coin.banano)
|
||||||
WalletNavigationBarItemData(
|
WalletNavigationBarItemData(
|
||||||
icon: SvgPicture.asset(
|
icon: SvgPicture.asset(
|
||||||
Assets.svg.monkey,
|
Assets.svg.monkey,
|
||||||
|
|
Loading…
Reference in a new issue