Skip to content

Commit

Permalink
Removed unecesssary classes/props
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigh393 committed Jan 12, 2021
1 parent 7373d88 commit ea9dec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ export default function ItemTable({ data, rowCanBeSelected }) {
const { getTableProps, getTableBodyProps, headerGroups, rows, prepareRow, } = tableInstance;

return (
<TableContainer className={classes.container} >
<Table stickyHeader {...getTableProps} aria-label="Table of Queue Items" >
<TableContainer>
<Table {...getTableProps} aria-label="Table of Queue Items" >
<TableHead>
{headerGroups.map(headerGroup => (
<TableRow {...headerGroup.getHeaderGroupProps()}>
Expand Down

0 comments on commit ea9dec3

Please sign in to comment.