fix: Hide rating on notes (#4278)

This commit is contained in:
boc-the-git 2024-09-29 01:05:14 +10:00 committed by GitHub
parent 30cf37effa
commit 8fe1b0c123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"