changed email to role

parent e285453a
......@@ -81,8 +81,8 @@ function Dashboard() {
render: (value) => <span className={`w-[30px] h-[30px] rounded-full flex items-center text-white justify-center ${scoreColor(value)}`}>{value}</span>
},
{
title: "Email",
id: 'empEmail'
title: "Role",
id: 'techStack'
},
{
title: "Action",
......
......@@ -126,7 +126,7 @@ function Reports() {
</div>
<div className="my-1">
<p>
<span className="font-medium">Email : </span> {empDetails?.empEmail}
<span className="font-medium">Role : </span> {empDetails?.techStack}
</p>
<p>
<span className="font-medium">Employee Id: </span> {empDetails?.empId}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment