mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
fix: Hide rating on notes (#4278)
This commit is contained in:
parent
30cf37effa
commit
8fe1b0c123
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue