show on shared boards unassigned cards to all users

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2021-05-17 14:30:36 +02:00
parent d3d4797ab9
commit eaf061c4b7
3 changed files with 8 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ export default {
if (this.card.commentsUnread > 0) {
return t('deck', '{count} comments, {unread} unread', {
count: this.card.commentsCount,
unread: this.card.commentsUnread
unread: this.card.commentsUnread,
})
}
return null