mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
fix recipe yield
This commit is contained in:
parent
697fa16010
commit
a4e1b567f0
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
<v-row dense disabled>
|
<v-row dense disabled>
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-btn
|
<v-btn
|
||||||
v-if="recipe.yields"
|
v-if="recipe.recipeYield"
|
||||||
dense
|
dense
|
||||||
small
|
small
|
||||||
:hover="false"
|
:hover="false"
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
color="secondary darken-1"
|
color="secondary darken-1"
|
||||||
class="rounded-sm static"
|
class="rounded-sm static"
|
||||||
>
|
>
|
||||||
{{ recipe.yields }}
|
{{ recipe.recipeYield }}
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</v-col>
|
</v-col>
|
||||||
<Rating :value="recipe.rating" :name="recipe.name" :slug="recipe.slug" />
|
<Rating :value="recipe.rating" :name="recipe.name" :slug="recipe.slug" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue