Browse Source

Removed useless function

jnfrati 4 years ago
parent
commit
fbceca98b9
1 changed files with 0 additions and 3 deletions
  1. 0 3
      dashboard/src/main/home/cluster-dashboard/chart/JobRunTable.tsx

+ 0 - 3
dashboard/src/main/home/cluster-dashboard/chart/JobRunTable.tsx

@@ -202,9 +202,6 @@ const JobRunTable: React.FC<Props> = ({
             return "Still running...";
           }
         },
-        getCellProps: () => {
-          return { whats: "this" };
-        },
         styles: {
           padding: "10px",
         },