next-helios-fe 1.4.18 → 1.4.20

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-helios-fe",
3
- "version": "1.4.18",
3
+ "version": "1.4.20",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -155,7 +155,7 @@ export const Table: TableComponentProps = ({
155
155
  };
156
156
 
157
157
  const handleOnNextClick = () => {
158
- if (page === data.length) {
158
+ if (page + 1 === data.length) {
159
159
  paginationRef.current?.scrollTo({
160
160
  left: paginationRef.current.scrollWidth,
161
161
  behavior: "smooth",