mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 20:58:48 +01:00
Lists, show also 0 cards at column description
This commit is contained in:
parent
37ab621a7e
commit
2830bdc075
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ BlazeComponent.extendComponent({
|
|||
|
||||
showCardsCountForList(count) {
|
||||
const limit = this.limitToShowCardsCount();
|
||||
return limit >= 0 && count > limit;
|
||||
return limit >= 0 && count >= limit;
|
||||
},
|
||||
|
||||
events() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue