@zeniai/client-epic-state 4.19.13-betaSS2 → 4.19.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.
|
@@ -110,7 +110,6 @@ function getOnboardingCustomerView(state, companyId) {
|
|
|
110
110
|
const allRequiredStepsCompleted = requiredStepsData.every((step) => {
|
|
111
111
|
return completedSteps.includes(step);
|
|
112
112
|
});
|
|
113
|
-
console.log('completedSteps', completedSteps, requiredStepsData);
|
|
114
113
|
const allStepsCompleted = allStepsData.every((step) => {
|
|
115
114
|
return completedSteps.includes(step);
|
|
116
115
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeniai/client-epic-state",
|
|
3
|
-
"version": "4.19.
|
|
3
|
+
"version": "4.19.14",
|
|
4
4
|
"description": "Shared module between Web & Mobile containing required abstractions for state management, async network communication. ",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|