@saasquatch/mint-components 2.0.2-3 → 2.0.2-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.
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +2 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +2 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +2 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-296dea25.system.entry.js +1 -0
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/mint-components/{p-eb1475a1.entry.js → p-9c3ad5dc.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/mint-components/p-363289da.system.entry.js +0 -1
|
@@ -905,7 +905,8 @@ function useBankingInfoForm(props) {
|
|
|
905
905
|
: _paymentMethodChecked;
|
|
906
906
|
domContextHooks_module.useEffect(() => {
|
|
907
907
|
// reset redirect hash
|
|
908
|
-
window.location.hash
|
|
908
|
+
if (window.location.hash !== "#4")
|
|
909
|
+
window.location.hash = "";
|
|
909
910
|
}, []);
|
|
910
911
|
domContextHooks_module.useEffect(() => {
|
|
911
912
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
@@ -127,7 +127,8 @@ export function useBankingInfoForm(props) {
|
|
|
127
127
|
: _paymentMethodChecked;
|
|
128
128
|
useEffect(() => {
|
|
129
129
|
// reset redirect hash
|
|
130
|
-
window.location.hash
|
|
130
|
+
if (window.location.hash !== "#4")
|
|
131
|
+
window.location.hash = "";
|
|
131
132
|
}, []);
|
|
132
133
|
useEffect(() => {
|
|
133
134
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
@@ -901,7 +901,8 @@ function useBankingInfoForm(props) {
|
|
|
901
901
|
: _paymentMethodChecked;
|
|
902
902
|
useEffect(() => {
|
|
903
903
|
// reset redirect hash
|
|
904
|
-
window.location.hash
|
|
904
|
+
if (window.location.hash !== "#4")
|
|
905
|
+
window.location.hash = "";
|
|
905
906
|
}, []);
|
|
906
907
|
useEffect(() => {
|
|
907
908
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|