profile_page : Modify Employee Profile Page #335

Merged
pramod.mahajan merged 32 commits from profile_page into main 2025-08-13 04:44:31 +00:00
Showing only changes of commit f946c38aae - Show all commits

View File

@ -4,7 +4,6 @@ import { useProfile } from "../../hooks/useProfile";
const EmpOverview = ({ profile }) => {
const { loggedInUserProfile } = useProfile();
return (
<>
{" "}