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

Commit

Permalink
Merge pull request #22 from taraldefi/feat/tables
Browse files Browse the repository at this point in the history
feat: minor fixes
  • Loading branch information
Aman-zishan committed Jul 17, 2023
2 parents 2e20455 + 3c9bee5 commit 256c937
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -666,20 +666,11 @@ export const TeamTable: React.FC<teamTableType> = ({
<span>{item.member.name}</span>
</div>
</td>
<td className="task--list">
<td>
<span>{item.department}</span>
</td>
<td>
<div
style={{
display: 'flex',
flexDirection: 'row',
gap: '10px',
alignItems: 'center',
}}
>
<span>{item.lastAction}</span>
</div>
<span>{item.lastAction}</span>
</td>
<td className="date">{item.dateOfAction}</td>
</tr>
Expand Down

0 comments on commit 256c937

Please sign in to comment.