We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06bd894 + ed6b3a6 commit c925f82Copy full SHA for c925f82
1 file changed
src/components/card/CardSidebar.vue
@@ -179,7 +179,7 @@
179
<CardSidebarTabAttachments :card="currentCard" />
180
</AppSidebarTab>
181
182
- <AppSidebarTab v-if="hasComments"
+ <AppSidebarTab
183
id="comments"
184
:order="2"
185
:name="t('deck', 'Comments')"
@@ -283,7 +283,6 @@ export default {
283
descriptionSaveTimeout: null,
284
descriptionSaving: false,
285
hasActivity: capabilities && capabilities.activity,
286
- hasComments: !!OC.appswebroots['comments'],
287
modalShow: false,
288
lang: {
289
days: getDayNamesMin(),
0 commit comments