ps-toolkit-ui 1.15.4 → 1.15.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1502,6 +1502,7 @@
1502
1502
  if (c < 2 && ts.Hours > 0) {
1503
1503
  result += c > 0 ? l('And') : '';
1504
1504
  result += l('HourP', ts.Hours);
1505
+ c++;
1505
1506
  }
1506
1507
  if (c < 2 && ts.Minutes > 0) {
1507
1508
  result += c > 0 ? l('And') : '';