fix: recipe rating display (#1779)

* remove rating from recipe title

* fixed rating not rendering on landscape mode
This commit is contained in:
Michael Genson 2022-10-27 13:45:52 -05:00 committed by GitHub
commit 1e3c0b0859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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