@alma/widgets 3.0.2 → 3.0.3

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.
@@ -19963,7 +19963,7 @@
19963
19963
  })), /*#__PURE__*/react.createElement("div", {
19964
19964
  className: classnames((_cx2 = {}, _cx2[s$4.bold] = index === 0, _cx2))
19965
19965
  }, /*#__PURE__*/react.createElement(FormattedNumber, {
19966
- value: installment.purchase_amount / 100,
19966
+ value: installment.total_amount / 100,
19967
19967
  style: "currency",
19968
19968
  currency: "EUR"
19969
19969
  })));