aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/settings/RecipesScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/settings/RecipesScreen.js')
-rw-r--r--src/containers/settings/RecipesScreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/settings/RecipesScreen.js b/src/containers/settings/RecipesScreen.js
index 57e879f42..132820b6f 100644
--- a/src/containers/settings/RecipesScreen.js
+++ b/src/containers/settings/RecipesScreen.js
@@ -128,7 +128,7 @@ export default @inject('stores', 'actions') @observer class RecipesScreen extend
128 appActions.openExternalUrl({ url: FRANZ_DEV_DOCS }); 128 appActions.openExternalUrl({ url: FRANZ_DEV_DOCS });
129 gaEvent('Recipe', 'open-dev-docs', 'Developer Documentation'); 129 gaEvent('Recipe', 'open-dev-docs', 'Developer Documentation');
130 }} 130 }}
131 isCommunityRecipesPremiumFeature={communityRecipesStore.isCommunityRecipesPremiumFeature} 131 isCommunityRecipesIncludedInCurrentPlan={communityRecipesStore.isCommunityRecipesIncludedInCurrentPlan}
132 isUserPremiumUser={user.isPremium} 132 isUserPremiumUser={user.isPremium}
133 /> 133 />
134 </ErrorBoundary> 134 </ErrorBoundary>