Przeglądaj źródła

Removed useless function

jnfrati 4 lat temu
rodzic
commit
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",
         },