Commit 728a8a82 authored by Venkaiah Naidu Singamchetty's avatar Venkaiah Naidu Singamchetty

Merge branch 'apiserver' into 'master'

changed email to role

See merge request !54
parents e285453a c0188613
...@@ -81,8 +81,8 @@ function Dashboard() { ...@@ -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> render: (value) => <span className={`w-[30px] h-[30px] rounded-full flex items-center text-white justify-center ${scoreColor(value)}`}>{value}</span>
}, },
{ {
title: "Email", title: "Role",
id: 'empEmail' id: 'techStack'
}, },
{ {
title: "Action", title: "Action",
......
...@@ -126,7 +126,7 @@ function Reports() { ...@@ -126,7 +126,7 @@ function Reports() {
</div> </div>
<div className="my-1"> <div className="my-1">
<p> <p>
<span className="font-medium">Email : </span> {empDetails?.empEmail} <span className="font-medium">Role : </span> {empDetails?.techStack}
</p> </p>
<p> <p>
<span className="font-medium">Employee Id: </span> {empDetails?.empId} <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