Includes JS file to previous commit

This commit is contained in:
helioguardabaxo 2021-09-07 18:13:08 -03:00
parent b56ea161cd
commit 3bdea42f6d

View file

@ -85,6 +85,14 @@ BlazeComponent.extendComponent({
return limit >= 0 && count >= limit;
},
cardsCountForListIsOne(count) {
if (count === 1) {
return TAPi18n.__('cards-count-one');
} else {
return TAPi18n.__('cards-count');
}
},
events() {
return [
{