Skip to content

Commit

Permalink
Merge branch 'mealie-next' into wakelock
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-genson authored Sep 28, 2024
2 parents d4c8a1d + 8fe1b0c commit 4259c2e
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 4259c2e

Please sign in to comment.