Skip to content

Commit

Permalink
Removed unecessary class
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigh393 committed Jan 12, 2021
1 parent ea9dec3 commit 02b9990
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ export default function ItemTable({ data, rowCanBeSelected }) {
inactiveSortIcon: {
opacity: 0.2,
},
container: {
maxHeight: 500,
},
rowSelected: {
backgroundColor: theme.palette.type === 'light' ? theme.palette.primary[100] : theme.palette.primary[600],
},
Expand Down

0 comments on commit 02b9990

Please sign in to comment.