mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
Fixes comments shown when printing
This commit is contained in:
parent
fbb05ba461
commit
e7078b5ab9
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
<RecipeEditor v-else v-model="recipeDetails" ref="recipeEditor" @upload="getImageFile" />
|
||||
</v-card>
|
||||
<CommentsSection
|
||||
class="mt-2"
|
||||
class="mt-2 d-print-none"
|
||||
:slug="recipeDetails.slug"
|
||||
:comments="recipeDetails.comments"
|
||||
@new-comment="getRecipeDetails"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue