fix: resolve frontend build errors and warnings

This commit is contained in:
spinline
2026-02-05 18:49:51 +03:00
parent e2a8e17eae
commit 6e4a9e2d51
4 changed files with 4 additions and 2 deletions

View File

@@ -384,7 +384,7 @@ pub fn TorrentTable() -> impl IntoView {
shared::TorrentStatus::Error => "badge-error badge-soft",
_ => "badge-ghost"
};
let t_hash = t.hash.clone();
let _t_hash = t.hash.clone();
let t_hash_click = t.hash.clone();
let (timer_id, set_timer_id) = create_signal(Option::<i32>::None);