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 3bad57f commit 6b130e4Copy full SHA for 6b130e4
src/components/Settings/index.jsx
@@ -93,7 +93,7 @@ export const Settings = ({
93
instanceModel.shouldDisplayOffers(instanceInfo) ||
94
hasAnOffer(instanceInfo)
95
96
- const hasSubscription = flag('settings.subscription')
+ const hasSubscription = flag('settings.subscriptions')
97
98
if (hasSubscription && client) {
99
const webLink = generateWebLink({
0 commit comments