diff --git a/frontend/micro-ui/web/micro-ui-internals/packages/modules/hrms/src/components/EmployeeModuleCard.js b/frontend/micro-ui/web/micro-ui-internals/packages/modules/hrms/src/components/EmployeeModuleCard.js index 4e02d0591..d15c46784 100644 --- a/frontend/micro-ui/web/micro-ui-internals/packages/modules/hrms/src/components/EmployeeModuleCard.js +++ b/frontend/micro-ui/web/micro-ui-internals/packages/modules/hrms/src/components/EmployeeModuleCard.js @@ -18,6 +18,8 @@ const EmployeeModuleCard = ({ ); + console.log(links,'links') + return (
@@ -48,6 +50,9 @@ const EmployeeModuleCard = ({ {links.map(({ count, label, link }, index) => ( {link && link?.includes("https") ? ( + label.includes("Dashboard")? + {label} + : {label}