mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -1,7 +1,7 @@ | |||||||
| <template> | <template> | ||||||
|   <div> |   <div> | ||||||
|     <!-- Recipe Categories --> |     <!-- Recipe Categories --> | ||||||
|     <v-card v-if="recipe.recipeCategory.length > 0 || isEditForm" class="mt-10"> |     <v-card v-if="recipe.recipeCategory.length > 0 || isEditForm" :class="{'mt-10': !isEditForm}"> | ||||||
|       <v-card-title class="py-2"> |       <v-card-title class="py-2"> | ||||||
|         {{ $t("recipe.categories") }} |         {{ $t("recipe.categories") }} | ||||||
|       </v-card-title> |       </v-card-title> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user