@hybr1d-tech/charizard 0.7.21 → 0.7.22
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/hybr1d-ui.js +1 -1
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -7425,7 +7425,7 @@ function H4({
|
|
|
7425
7425
|
iconSrc: ho,
|
|
7426
7426
|
customStyles: { color: "var(--status-error-e50)" },
|
|
7427
7427
|
customSvgClassName: V0.logoutIcon,
|
|
7428
|
-
filterFn: (i) => i.module_reference
|
|
7428
|
+
filterFn: (i) => !(i.module_reference === "profile" || i.module_reference === "attendance")
|
|
7429
7429
|
}
|
|
7430
7430
|
];
|
|
7431
7431
|
return /* @__PURE__ */ n.jsxs("div", { className: V0.card, children: [
|