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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -9785,7 +9785,7 @@ function ViewProfileDialog({ userData, setInitialState, isOpen }) {
|
|
|
9785
9785
|
) }),
|
|
9786
9786
|
/* @__PURE__ */ jsxs(Box, { sx: { pl: { md: 3, lg: 3, xs: 0 } }, children: [
|
|
9787
9787
|
/* @__PURE__ */ jsxs(Stack$1, { direction: "column", spacing: 1.5, sx: { fontSize: "14px" }, children: [
|
|
9788
|
-
Boolean(userData?.certification
|
|
9788
|
+
Boolean(userData?.certification?.length) && /* @__PURE__ */ jsxs(Stack$1, { direction: "row", alignItems: "center", flexWrap: "wrap", spacing: 0.5, useFlexGap: true, children: [
|
|
9789
9789
|
"Certification:",
|
|
9790
9790
|
userData?.certification?.map((itm, idx) => /* @__PURE__ */ jsx(Chip, { sx: { mr: 0.5, mb: 0.5 }, label: `${itm}` }, idx))
|
|
9791
9791
|
] }),
|