diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cfec09e6..03261c17e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ - Update eslint-plugin-vue - Fix refresh-icon overlays name of recipe [#1033](https://github.com/nextcloud/cookbook/pull/1033) @MarcelRobitaille +- Make RecipeYield optional + [#1042](https://github.com/nextcloud/cookbook/issues/1042) @TheMBeat ### Codebase maintenance - Removed codecov.io upload of intermediate merge commits during pull requests [#1028](https://github.com/nextcloud/cookbook/issues/1028) diff --git a/src/components/RecipeView.vue b/src/components/RecipeView.vue index c99b520fa..adf8a03ef 100644 --- a/src/components/RecipeView.vue +++ b/src/components/RecipeView.vue @@ -63,7 +63,7 @@ >{{ $store.state.recipe.url }}
-+
{{ t("cookbook", "Servings") }}: {{ $store.state.recipe.recipeYield }}