Explorar o código

Removed useless function

jnfrati %!s(int64=4) %!d(string=hai) anos
pai
achega
fbceca98b9

+ 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",
         },