sixseconds-modules 1.6.42 → 1.6.44

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/index.cjs.js CHANGED
@@ -9803,7 +9803,7 @@ function ViewProfileDialog({ userData, setInitialState, isOpen }) {
9803
9803
  ) }),
9804
9804
  /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { sx: { pl: { md: 3, lg: 3, xs: 0 } }, children: [
9805
9805
  /* @__PURE__ */ jsxRuntime.jsxs(material.Stack, { direction: "column", spacing: 1.5, sx: { fontSize: "14px" }, children: [
9806
- Boolean(userData?.certification.length) && /* @__PURE__ */ jsxRuntime.jsxs(material.Stack, { direction: "row", alignItems: "center", flexWrap: "wrap", spacing: 0.5, useFlexGap: true, children: [
9806
+ Boolean(userData?.certification?.length) && /* @__PURE__ */ jsxRuntime.jsxs(material.Stack, { direction: "row", alignItems: "center", flexWrap: "wrap", spacing: 0.5, useFlexGap: true, children: [
9807
9807
  "Certification:",
9808
9808
  userData?.certification?.map((itm, idx) => /* @__PURE__ */ jsxRuntime.jsx(material.Chip, { sx: { mr: 0.5, mb: 0.5 }, label: `${itm}` }, idx))
9809
9809
  ] }),