@saasquatch/mint-components 2.0.0-13 → 2.0.0-14

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.
@@ -3214,7 +3214,7 @@ function useDemoPayoutStatusAlert(props) {
3214
3214
  const base = {
3215
3215
  states: {
3216
3216
  error: false,
3217
- status: "INFORMATION_REQUIRED",
3217
+ status: states.status || "INFORMATION_REQUIRED",
3218
3218
  loading: false,
3219
3219
  veriffLoading: false,
3220
3220
  },
@@ -711,7 +711,7 @@ function useDemoPayoutStatusAlert(props) {
711
711
  const base = {
712
712
  states: {
713
713
  error: false,
714
- status: "INFORMATION_REQUIRED",
714
+ status: states.status || "INFORMATION_REQUIRED",
715
715
  loading: false,
716
716
  veriffLoading: false,
717
717
  },
@@ -3210,7 +3210,7 @@ function useDemoPayoutStatusAlert(props) {
3210
3210
  const base = {
3211
3211
  states: {
3212
3212
  error: false,
3213
- status: "INFORMATION_REQUIRED",
3213
+ status: states.status || "INFORMATION_REQUIRED",
3214
3214
  loading: false,
3215
3215
  veriffLoading: false,
3216
3216
  },