changed table column email to role
This commit is contained in:
parent
114aac089b
commit
3ed2048e45
@ -96,7 +96,7 @@ const EmployeeList = ({ employees, onChange, bucket }) => {
|
|||||||
>
|
>
|
||||||
<span className="ps-2">Name {getSortIcon()}</span>
|
<span className="ps-2">Name {getSortIcon()}</span>
|
||||||
</th>
|
</th>
|
||||||
<th className="text-start">Email</th>
|
<th className="text-start">Role</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
@ -143,7 +143,7 @@ const EmployeeList = ({ employees, onChange, bucket }) => {
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td className="text-start">
|
<td className="text-start">
|
||||||
<small className="text-muted">{employee.email}</small>
|
<small className="text-muted">{employee.jobRole}</small>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
))
|
))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user