1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 07:39:41 +02: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:
Michael Genson 2024-06-21 19:44:22 -05:00 committed by GitHub
parent 72aa1b2514
commit ba48e9414c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 17 deletions

View file

@ -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"
/>