Skip to content

Commit c925f82

Browse files
authored
Merge pull request #2361 from nextcloud/removeCommentCheck2
Comments do not depend on the comments app
2 parents 06bd894 + ed6b3a6 commit c925f82

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/card/CardSidebar.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<CardSidebarTabAttachments :card="currentCard" />
180180
</AppSidebarTab>
181181

182-
<AppSidebarTab v-if="hasComments"
182+
<AppSidebarTab
183183
id="comments"
184184
:order="2"
185185
:name="t('deck', 'Comments')"
@@ -283,7 +283,6 @@ export default {
283283
descriptionSaveTimeout: null,
284284
descriptionSaving: false,
285285
hasActivity: capabilities && capabilities.activity,
286-
hasComments: !!OC.appswebroots['comments'],
287286
modalShow: false,
288287
lang: {
289288
days: getDayNamesMin(),

0 commit comments

Comments
 (0)