When passing in a range of days, e.g. 1-4, the preview shows from the 11th to the 44th day of the week, because you print both the value itself as well as it's count.
This is confusing and incorrect.
|
return `from ${start}${count(start)}${unit}${plur(field)} to ${end}${count(end)}${unit}${plur(field)}`; |
When passing in a range of days, e.g. 1-4, the preview shows from the 11th to the 44th day of the week, because you print both the value itself as well as it's count.
This is confusing and incorrect.
Cosmos-Server/client/src/utils/indexs.js
Line 98 in 76265d7