Some comments code cleanup

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-01-25 09:52:30 +01:00
parent 739a92e9a3
commit ad069e5e14
10 changed files with 187 additions and 163 deletions

View File

@@ -21,7 +21,7 @@
-->
<template>
<app-sidebar v-if="currentCard !== null && currentBoard && copiedCard !== null"
<AppSidebar v-if="currentCard !== null && currentBoard && copiedCard !== null"
:actions="toolbarActions"
:title="currentCard.title"
:subtitle="subtitle"
@@ -159,7 +159,7 @@ export default {
ActionButton,
Avatar,
CollectionList,
CommentsTabSidebar
CommentsTabSidebar,
},
mixins: [
Color,