@huma-finance/widgets 0.0.73-beta.922 → 0.0.73-beta.924
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/cjs/index.cjs +3 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/src/components/PointsEarned.tsx +3 -3
package/dist/cjs/index.cjs
CHANGED
|
@@ -6262,7 +6262,9 @@ function PointsEarned(_ref) {
|
|
|
6262
6262
|
const handleCloseModal = React.useCallback(() => {
|
|
6263
6263
|
reset();
|
|
6264
6264
|
dispatch(resetState());
|
|
6265
|
-
handleAction(
|
|
6265
|
+
handleAction({
|
|
6266
|
+
isSuccess: true
|
|
6267
|
+
});
|
|
6266
6268
|
}, [dispatch, handleAction, reset]);
|
|
6267
6269
|
const styles = {
|
|
6268
6270
|
wrapper: material.css(_templateObject$c || (_templateObject$c = _taggedTemplateLiteral(["\n height: 518px;\n position: relative;\n "]))),
|