@26lights/orcha 0.11.2 → 0.11.3
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/orcha.cjs.js +1 -1
- package/dist/orcha.es.js +1 -1
- package/dist/orcha.umd.js +1 -1
- package/package.json +1 -1
package/dist/orcha.es.js
CHANGED
|
@@ -3616,7 +3616,7 @@ function A1(a, e = "dd/MM/yyyy") {
|
|
|
3616
3616
|
return ha(t) ? Ed(t, e) : "";
|
|
3617
3617
|
}
|
|
3618
3618
|
function n0(a, e) {
|
|
3619
|
-
const t = !a.activities.some((s) => s.status !== e);
|
|
3619
|
+
const t = !a.activities.some((s) => s.status.id !== e.id);
|
|
3620
3620
|
return console.log({ milestone: a, closedStatus: e, hasClosedAllActivities: t }), t;
|
|
3621
3621
|
}
|
|
3622
3622
|
function s0(a, e) {
|