Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
duplixx committed Feb 10, 2024
1 parent 032ce76 commit 0307626
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/screens/OrganizationPeople/OrganizationPeople.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ const StyledTableCell = styled(TableCell)(({ theme }) => ({
}));

// eslint-disable-next-line @typescript-eslint/naming-convention
const StyledTableRow = styled(TableRow)(({ theme }) => ({
// hide last border
const StyledTableRow = styled(TableRow)(() => ({
'&:last-child td, &:last-child th': {
border: 0,
},
Expand Down

0 comments on commit 0307626

Please sign in to comment.