From 1e3c0b0859c89a0bed8d9a84f28e07b51420cad1 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:45:52 -0500 Subject: [PATCH] fix: recipe rating display (#1779) * remove rating from recipe title * fixed rating not rendering on landscape mode --- .../Recipe/RecipePage/RecipePageParts/RecipePageHeader.vue | 2 +- .../Recipe/RecipePage/RecipePageParts/RecipePageScale.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageHeader.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageHeader.vue index b9ec527671b0..3d05bf88d7cf 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageHeader.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageHeader.vue @@ -4,7 +4,7 @@ - {{ recipe.name }} {{ recipe.rating }} + {{ recipe.name }} diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageScale.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageScale.vue index 8ff9b7dfd29f..6db9d01662df 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageScale.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageScale.vue @@ -19,7 +19,7 @@