mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix: remove old prop reference (#2367)
This commit is contained in:
parent
2e43b51882
commit
f27bb00dc3
@ -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'"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user