From 7ea1c0b205d258c0833e1fe4ead7dbfce8342c0b Mon Sep 17 00:00:00 2001 From: marcobaobao Date: Fri, 7 Jun 2024 22:24:25 +0200 Subject: [PATCH] small layout changes in downloads table --- frontend/src/components/DownloadsTableView.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ( - +