@sunbird-cb/cbp-ai 0.1.93 → 0.1.94

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.
@@ -12949,7 +12949,9 @@ class ViewFinalCbpPlanComponent {
12949
12949
  ` Duration (mins): ${Math.round(+c.duration / 60)}\n` +
12950
12950
  ` Relevancy: ${c?.relevancy}%\n` +
12951
12951
  ` Rationale: ${c?.rationale}\n` +
12952
- ` Organisation: ${(c?.organisation || []).join(", ")}\n` +
12952
+ ` Organisation: ${Array.isArray(c?.organisation)
12953
+ ? c.organisation.join(", ")
12954
+ : c?.organisation ?? ""}\n` +
12953
12955
  ` Competencies: ${competencies}`);
12954
12956
  }).join("\n\n");
12955
12957
  return {