diff --git a/frontend/src/components/DownloadsTableView.tsx b/frontend/src/components/DownloadsTableView.tsx index b6b12b3..886964f 100644 --- a/frontend/src/components/DownloadsTableView.tsx +++ b/frontend/src/components/DownloadsTableView.tsx @@ -27,7 +27,6 @@ import { useRPC } from '../hooks/useRPC' import { RPCResult } from '../types' import { base64URLEncode, formatSize, formatSpeedMiB } from "../utils" - const columns = [ { width: 8, @@ -199,7 +198,7 @@ const DownloadsTableView: React.FC = () => { } return ( - +