mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	fix: remove old prop reference (#2367)
This commit is contained in:
		| @@ -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'" | ||||||
|         /> |         /> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user