Skip to content

Commit

Permalink
Fixed row click
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Jordan Wright committed Oct 30, 2020
1 parent 496196e commit e3eb945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export default function ItemTable({ data }) {
prepareRow(row);
return (
<TableRow
onClick={() => history.push(`/${row.original.queue}/${row.original.number}`)}
className={classes.bandedRows}
{...row.getRowProps()} >
{row.cells.map(cell => (
Expand Down

0 comments on commit e3eb945

Please sign in to comment.