fix: remove old prop reference (#2367)

This commit is contained in:
Michael Genson 2023-05-05 17:17:29 -05:00 committed by GitHub
parent 2e43b51882
commit f27bb00dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
<div v-if="user.id" class="pb-2 d-flex justify-center flex-wrap"> <div v-if="user.id" class="pb-2 d-flex justify-center flex-wrap">
<RecipeLastMade <RecipeLastMade
v-model="recipe.lastMade" v-model="recipe.lastMade"
:recipe-slug="recipe.slug" :recipe="recipe"
class="d-flex justify-center flex-wrap" class="d-flex justify-center flex-wrap"
:class="true ? undefined : 'force-bottom'" :class="true ? undefined : 'force-bottom'"
/> />