mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-15 06:45:23 -05:00
fix: recipe rating display (#1779)
* remove rating from recipe title * fixed rating not rendering on landscape mode
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<RecipeRating
|
||||
v-if="landscape && $vuetify.breakpoint.smAndUp"
|
||||
:key="recipe.slug"
|
||||
:v-model="recipe.rating"
|
||||
v-model="recipe.rating"
|
||||
:name="recipe.name"
|
||||
:slug="recipe.slug"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user