show on shared boards unassigned cards to all users
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user