From 3b63aa18acd18f918efd44be69b275990f673540 Mon Sep 17 00:00:00 2001 From: spinline Date: Wed, 4 Feb 2026 19:42:48 +0300 Subject: [PATCH] fix(ui): remove accidentally duplicated code block in torrent table --- frontend/src/components/torrent/table.rs | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/frontend/src/components/torrent/table.rs b/frontend/src/components/torrent/table.rs index a274117..873bdd1 100644 --- a/frontend/src/components/torrent/table.rs +++ b/frontend/src/components/torrent/table.rs @@ -491,15 +491,4 @@ pub fn TorrentTable() -> impl IntoView { - - - - - } -} +