fix recipe yield

This commit is contained in:
hay-kot 2021-05-05 10:42:50 -08:00
commit a4e1b567f0

View file

@ -8,7 +8,7 @@
<v-row dense disabled>
<v-col>
<v-btn
v-if="recipe.yields"
v-if="recipe.recipeYield"
dense
small
:hover="false"
@ -18,7 +18,7 @@
color="secondary darken-1"
class="rounded-sm static"
>
{{ recipe.yields }}
{{ recipe.recipeYield }}
</v-btn>
</v-col>
<Rating :value="recipe.rating" :name="recipe.name" :slug="recipe.slug" />