@royaloperahouse/chord 2.5.0-b-chord-development → 2.5.1-a-chord-development

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.
@@ -11107,7 +11107,7 @@ var Table = function Table(_ref) {
11107
11107
  return window.removeEventListener('resize', horizontalScroll);
11108
11108
  };
11109
11109
  }, []);
11110
- var totalRows = Array.isArray(children) ? children.length + 1 : 1;
11110
+ var totalRows = Array.isArray(children) ? children.length : 1;
11111
11111
  var totalPages = pagination ? Math.ceil(totalRows / rowsPerPage) : 1;
11112
11112
  var pageNumbers = Array.from({
11113
11113
  length: totalPages