Skip to content

Commit

Permalink
fix: brokentest
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Apr 1, 2022
1 parent 9173258 commit 10b188e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/common/CustomTable/CustomTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,8 @@ function CustomTable(props) {
{row[column.name]}

<IconButton
onClick={() => {
console.warn(
'disabled grower details'
); /*handleShowGrowerDetail(e, row)*/
onClick={(e) => {
handleShowGrowerDetail(e, row);
}}
aria-label={`View/Edit Grower details`}
title={`View/Edit Grower details`}
Expand Down

0 comments on commit 10b188e

Please sign in to comment.