Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
PFM-5973 Added condtion to open any dashboard in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmoy-eGov committed Apr 3, 2024
1 parent 8508a99 commit b8c7ae3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const EmployeeModuleCard = ({
</svg>
);

console.log(links,'links')

return (
<div className={className ? className : "employeeCard customEmployeeCard card-home home-action-cards"} style={styles ? styles : {}}>
<div className="complaint-links-container">
Expand Down

0 comments on commit b8c7ae3

Please sign in to comment.