@saasquatch/mint-components 2.0.0-41 → 2.0.0-43

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.
@@ -4723,7 +4723,7 @@ function useDemoTaxAndCashDashboard(props) {
4723
4723
  province: undefined,
4724
4724
  notRegistered: true,
4725
4725
  loadingError: false,
4726
- payoutStatus: "DONE",
4726
+ payoutStatus: formatted.payoutStatus || "DONE",
4727
4727
  veriffLoading: false,
4728
4728
  canEditPayoutInfo: true,
4729
4729
  },
@@ -1929,7 +1929,7 @@ function useDemoTaxAndCashDashboard(props) {
1929
1929
  province: undefined,
1930
1930
  notRegistered: true,
1931
1931
  loadingError: false,
1932
- payoutStatus: "DONE",
1932
+ payoutStatus: formatted.payoutStatus || "DONE",
1933
1933
  veriffLoading: false,
1934
1934
  canEditPayoutInfo: true,
1935
1935
  },
@@ -4719,7 +4719,7 @@ function useDemoTaxAndCashDashboard(props) {
4719
4719
  province: undefined,
4720
4720
  notRegistered: true,
4721
4721
  loadingError: false,
4722
- payoutStatus: "DONE",
4722
+ payoutStatus: formatted.payoutStatus || "DONE",
4723
4723
  veriffLoading: false,
4724
4724
  canEditPayoutInfo: true,
4725
4725
  },