Skip to content

Commit

Permalink
Fix validateDOM warning
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Mar 2, 2021
1 parent e534ef6 commit 6e7acf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export default function ItemTable({ data, rowCanBeSelected, loading }) {
{headerGroups.map(headerGroup => (
<TableRow {...headerGroup.getHeaderGroupProps()}>
{headerGroup.headers.map(column => (
<Grid container spacing={1}>
<TableCell {...column.getHeaderProps()}>
<Grid container spacing={0}>
<Grid item sm={10} >
Expand Down Expand Up @@ -143,7 +142,6 @@ export default function ItemTable({ data, rowCanBeSelected, loading }) {
</Grid>
</Grid>
</TableCell>
</Grid>
))}
</TableRow>
))}
Expand Down

0 comments on commit 6e7acf1

Please sign in to comment.