@saasquatch/mint-components 1.14.3-3 → 1.14.3-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.
@@ -1230,6 +1230,7 @@ function useBankingInfoForm(props) {
1230
1230
  }
1231
1231
  let token = undefined;
1232
1232
  if (isPartner) {
1233
+ setShowModal(false);
1233
1234
  setShowVerification(true);
1234
1235
  token = await new Promise((res) => {
1235
1236
  const cb = (e) => {
@@ -282,6 +282,7 @@ export function useBankingInfoForm(props) {
282
282
  }
283
283
  let token = undefined;
284
284
  if (isPartner) {
285
+ setShowModal(false);
285
286
  setShowVerification(true);
286
287
  token = await new Promise((res) => {
287
288
  const cb = (e) => {
@@ -1226,6 +1226,7 @@ function useBankingInfoForm(props) {
1226
1226
  }
1227
1227
  let token = undefined;
1228
1228
  if (isPartner) {
1229
+ setShowModal(false);
1229
1230
  setShowVerification(true);
1230
1231
  token = await new Promise((res) => {
1231
1232
  const cb = (e) => {