mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	fix: Comments Disappear After Edit (#3767)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
		| @@ -72,7 +72,7 @@ | ||||
|     </div> | ||||
|  | ||||
|     <RecipePageComments | ||||
|       v-if="isOwnGroup && !recipe.settings.disableComments && !isEditForm && !isCookMode" | ||||
|       v-if="!recipe.settings.disableComments && !isEditForm && !isCookMode" | ||||
|       :recipe="recipe" | ||||
|       class="px-1 my-4 d-print-none" | ||||
|     /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user