@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.
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +1 -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-8d6463ea.system.entry.js → p-5ef6fb32.system.entry.js} +1 -1
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/mint-components/{p-9bed9e79.entry.js → p-afabe607.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -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
|
},
|