Skip to content

Commit 6b130e4

Browse files
committed
fix: Correction to the naming of subscriptions flag
1 parent 3bad57f commit 6b130e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Settings/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const Settings = ({
9393
instanceModel.shouldDisplayOffers(instanceInfo) ||
9494
hasAnOffer(instanceInfo)
9595

96-
const hasSubscription = flag('settings.subscription')
96+
const hasSubscription = flag('settings.subscriptions')
9797

9898
if (hasSubscription && client) {
9999
const webLink = generateWebLink({

0 commit comments

Comments
 (0)