Skip to content

Commit a6a72c1

Browse files
committed
fix: wrong app feature flag used
1 parent 59eea79 commit a6a72c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pages/wallet_view/wallet_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ class _WalletViewState extends ConsumerState<WalletView> {
13641364
).pushNamed(ServicesView.routeName);
13651365
},
13661366
),
1367-
if (AppConfig.hasFeature(.shopinBit))
1367+
if (AppConfig.hasFeature(.cakePay))
13681368
WalletNavigationBarItemData(
13691369
label: "Gift cards",
13701370
icon: CreditCardIcon(

0 commit comments

Comments
 (0)