Open AndreOneti opened 3 years ago
Fix this ajust
if(groups.length > 0) return `${groups[0].text} + ${groups.length - 1}`;
to don't chage to
if(groups.length > 0) return `$ { groups[0].text } + ${groups.length - 1}`;
Fix this ajust
to don't chage to