Skip to content

Commit

Permalink
fix: remove code in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund committed Feb 19, 2024
1 parent 35bb886 commit 473f771
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,23 +129,6 @@ export const VariogramResultTable = ({
header: 'Quality factor',
id: 'quality',
},
// {
// accessorKey: 'img',
// header: 'Image',
// id: 'img',
// cell: ({ row }) => (
// <div>
// <Button
// variant="outlined"
// onClick={() =>
// handleImageDialog(row.original.computeCaseId)
// }
// >
// View image
// </Button>
// </div>
// ),
// },
]}
/>
</Styled.Table>
Expand Down

0 comments on commit 473f771

Please sign in to comment.