quail-ui 0.2.19 → 0.2.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/dist/index.js CHANGED
@@ -1987,7 +1987,7 @@ const j5 = { class: "q-pagination" }, S5 = ["disabled"], D5 = {
1987
1987
  let M = 6;
1988
1988
  const f = [];
1989
1989
  if (d.totalPage !== 0)
1990
- if (d.totalPage < M)
1990
+ if (d.totalPage <= M)
1991
1991
  for (let g = 1; g <= d.totalPage; g++)
1992
1992
  f.push({ label: g });
1993
1993
  else {