aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/recipes/RecipesDashboard.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-03 09:04:30 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-03 05:51:51 +0000
commita9c1abc6f11cb193388fad505c0304f1efe60a30 (patch)
treedfb685527f9dc44b6245213a0c3e437ecb272132 /src/components/settings/recipes/RecipesDashboard.js
parentChanged the cron for the ferdi build to run at 12:15 am UTC since the time de... (diff)
downloadferdium-app-a9c1abc6f11cb193388fad505c0304f1efe60a30.tar.gz
ferdium-app-a9c1abc6f11cb193388fad505c0304f1efe60a30.tar.zst
ferdium-app-a9c1abc6f11cb193388fad505c0304f1efe60a30.zip
Removed straggling code related to 'popular services'.
Diffstat (limited to 'src/components/settings/recipes/RecipesDashboard.js')
-rw-r--r--src/components/settings/recipes/RecipesDashboard.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/settings/recipes/RecipesDashboard.js b/src/components/settings/recipes/RecipesDashboard.js
index 2f625aada..4d0a0daf1 100644
--- a/src/components/settings/recipes/RecipesDashboard.js
+++ b/src/components/settings/recipes/RecipesDashboard.js
@@ -103,7 +103,6 @@ export default @injectSheet(styles) @observer class RecipesDashboard extends Com
103 recipes: MobxPropTypes.arrayOrObservableArray.isRequired, 103 recipes: MobxPropTypes.arrayOrObservableArray.isRequired,
104 customWebsiteRecipe: PropTypes.instanceOf(RecipePreview).isRequired, 104 customWebsiteRecipe: PropTypes.instanceOf(RecipePreview).isRequired,
105 isLoading: PropTypes.bool.isRequired, 105 isLoading: PropTypes.bool.isRequired,
106 hasLoadedRecipes: PropTypes.bool.isRequired,
107 showAddServiceInterface: PropTypes.func.isRequired, 106 showAddServiceInterface: PropTypes.func.isRequired,
108 searchRecipes: PropTypes.func.isRequired, 107 searchRecipes: PropTypes.func.isRequired,
109 resetSearch: PropTypes.func.isRequired, 108 resetSearch: PropTypes.func.isRequired,
@@ -130,7 +129,6 @@ export default @injectSheet(styles) @observer class RecipesDashboard extends Com
130 recipes, 129 recipes,
131 customWebsiteRecipe, 130 customWebsiteRecipe,
132 isLoading, 131 isLoading,
133 hasLoadedRecipes,
134 showAddServiceInterface, 132 showAddServiceInterface,
135 searchRecipes, 133 searchRecipes,
136 resetSearch, 134 resetSearch,
@@ -235,7 +233,7 @@ export default @injectSheet(styles) @observer class RecipesDashboard extends Com
235 <H3>{intl.formatMessage(messages.headlineCommunityRecipes)}</H3> 233 <H3>{intl.formatMessage(messages.headlineCommunityRecipes)}</H3>
236 )} 234 )}
237 <div className="recipes__list"> 235 <div className="recipes__list">
238 {hasLoadedRecipes && recipes.length === 0 && recipeFilter !== 'dev' && ( 236 {recipes.length === 0 && recipeFilter !== 'dev' && (
239 <div className="align-middle settings__empty-state"> 237 <div className="align-middle settings__empty-state">
240 <span className="emoji"> 238 <span className="emoji">
241 <img src="./assets/images/emoji/dontknow.png" alt="" /> 239 <img src="./assets/images/emoji/dontknow.png" alt="" />