@thecb/components 10.6.10-beta.1 → 10.6.10

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.cjs.js CHANGED
@@ -46221,10 +46221,8 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
46221
46221
  width: "100%"
46222
46222
  }, /*#__PURE__*/React__default.createElement(ButtonWithAction, {
46223
46223
  isLoading: isLoading,
46224
- action: function action() {
46225
- return disableActions ? noop : function () {
46226
- return handleClick(obligations);
46227
- };
46224
+ action: disableActions ? noop : function () {
46225
+ return handleClick(obligations);
46228
46226
  },
46229
46227
  text: "Pay Now",
46230
46228
  variant: isMobile ? "smallSecondary" : "secondary",