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