diff --git a/frontend/app/components/Domain/Recipe/RecipeCardRating.vue b/frontend/app/components/Domain/Recipe/RecipeCardRating.vue index f41c4eced..1aed3ed76 100644 --- a/frontend/app/components/Domain/Recipe/RecipeCardRating.vue +++ b/frontend/app/components/Domain/Recipe/RecipeCardRating.vue @@ -6,8 +6,8 @@ class="star" :class="{ 'star-half': star === 'half', - 'text-secondary': !useGroupStyle, - 'text-grey-darken-1': useGroupStyle, + 'text-secondary': !showGroupAverage, + 'text-grey-darken-1': showGroupAverage, }" > @@ -28,7 +28,6 @@