Lists, show also 0 cards at column description

This commit is contained in:
Martin Filser 2021-02-13 01:13:10 +01:00
parent 37ab621a7e
commit 2830bdc075

View file

@ -82,7 +82,7 @@ BlazeComponent.extendComponent({
showCardsCountForList(count) {
const limit = this.limitToShowCardsCount();
return limit >= 0 && count > limit;
return limit >= 0 && count >= limit;
},
events() {