only show frost-related config buttons for frost coins

This commit is contained in:
sneurlax 2024-01-29 17:31:41 -06:00
parent 77f1f346d6
commit a100e6a15c

View file

@ -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(