@cloudtower/eagle 0.32.2 → 0.32.4

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.
@@ -36,7 +36,7 @@ const SimplePagination = props => {
36
36
  }, /* @__PURE__ */React__default.createElement("span", {
37
37
  className: Typo.Label.l3_regular_title
38
38
  }, t("components.pagination_lots_total", {
39
- total: count
39
+ count
40
40
  })), /* @__PURE__ */React__default.createElement("span", {
41
41
  className: "pagination-right"
42
42
  }, showPrev && /* @__PURE__ */React__default.createElement(Button, {