We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663e83c commit 3d23ec0Copy full SHA for 3d23ec0
lib/pages/wallet_view/wallet_view.dart
@@ -1104,8 +1104,6 @@ class _WalletViewState extends ConsumerState<WalletView> {
1104
icon: const BuyNavIcon(),
1105
onTap: () => _onBuyPressed(context),
1106
),
1107
- ],
1108
- moreItems: <WalletNavigationBarItemData>[
1109
if (wallet is SparkInterface)
1110
WalletNavigationBarItemData(
1111
label: "Names",
@@ -1117,6 +1115,8 @@ class _WalletViewState extends ConsumerState<WalletView> {
1117
1115
);
1118
1116
},
1119
+ ],
+ moreItems: <WalletNavigationBarItemData>[
1120
1121
1122
label: "Show Spark View Key",
0 commit comments