From 473f771017104e28134eb1429177d4f6a6aef7a3 Mon Sep 17 00:00:00 2001 From: mheggelund Date: Mon, 19 Feb 2024 09:59:14 +0100 Subject: [PATCH] fix: remove code in comment. --- .../VariogramResultTable.tsx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/features/Results/CaseResult/CaseResultView/VariogramCaseResult/VariogramResultTable/VariogramResultTable.tsx b/src/features/Results/CaseResult/CaseResultView/VariogramCaseResult/VariogramResultTable/VariogramResultTable.tsx index c98a17a7..70e5701a 100644 --- a/src/features/Results/CaseResult/CaseResultView/VariogramCaseResult/VariogramResultTable/VariogramResultTable.tsx +++ b/src/features/Results/CaseResult/CaseResultView/VariogramCaseResult/VariogramResultTable/VariogramResultTable.tsx @@ -129,23 +129,6 @@ export const VariogramResultTable = ({ header: 'Quality factor', id: 'quality', }, - // { - // accessorKey: 'img', - // header: 'Image', - // id: 'img', - // cell: ({ row }) => ( - //
- // - //
- // ), - // }, ]} />