Skip to content

Commit

Permalink
Removed Paper render to remove extraneous shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Jordan Wright committed Dec 11, 2020
1 parent 0fd6f0a commit 140c71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function ItemTable({ data, rowCanBeSelected }) {
const { getTableProps, getTableBodyProps, headerGroups, rows, prepareRow, } = tableInstance;

return (
<TableContainer component={Paper} >
<TableContainer>
<Table {...getTableProps} aria-label="Table of Queue Items" >
<TableHead>
{headerGroups.map(headerGroup => (
Expand Down

0 comments on commit 140c71e

Please sign in to comment.