mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
only show frost-related config buttons for frost coins
This commit is contained in:
parent
77f1f346d6
commit
a100e6a15c
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ class _NameYourWalletViewState extends ConsumerState<NameYourWalletView> {
|
|||
);
|
||||
},
|
||||
),
|
||||
if (widget.addWalletType == AddWalletType.New)
|
||||
if (widget.coin.isFrost && widget.addWalletType == AddWalletType.New)
|
||||
Column(
|
||||
children: [
|
||||
PrimaryButton(
|
||||
|
|
Loading…
Reference in a new issue