Skip to content

Commit

Permalink
fix(admin-ui): table ui issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Jul 12, 2022
1 parent 05994a7 commit c0df9a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions admin-ui/app/routes/Dashboards/Table/DashboardTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ export default function BasicTable() {
<TableCell
align="left"
className={
key % 2 !== 0
? `${classes.standardText} ${classes.roundedRight}`
: classes.whiteText
key % 2 !== 0 ? classes.standardText : classes.whiteText
}
>
{row?.mail || ''}
Expand Down

0 comments on commit c0df9a9

Please sign in to comment.