Skip to content

Commit

Permalink
fix: Hide rating on notes (#4278)
Browse files Browse the repository at this point in the history
  • Loading branch information
boc-the-git authored Sep 28, 2024
1 parent 30cf37e commit 8fe1b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/Domain/Recipe/RecipeCardMobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<slot name="actions">
<RecipeFavoriteBadge v-if="isOwnGroup && showRecipeContent" :recipe-id="recipeId" show-always />
<RecipeRating
v-if="showRecipeContent"
:class="isOwnGroup ? 'ml-auto' : 'ml-auto pb-2'"
:value="rating"
:recipe-id="recipeId"
Expand Down

0 comments on commit 8fe1b0c

Please sign in to comment.