mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 08:44:36 -04:00
fix: Update variable name in RecipeCard.vue to enable household ratings to appear on recipes (#5985)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
<RecipeRating
|
<RecipeRating
|
||||||
class="ml-n2"
|
class="ml-n2"
|
||||||
:value="rating"
|
:model-value="rating"
|
||||||
:recipe-id="recipeId"
|
:recipe-id="recipeId"
|
||||||
:slug="slug"
|
:slug="slug"
|
||||||
small
|
small
|
||||||
|
|||||||
Reference in New Issue
Block a user