@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.
@@ -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;