diff --git a/crates/librqbit/webui/src/rqbit-web.tsx b/crates/librqbit/webui/src/rqbit-web.tsx index 0fff84f..4869ac0 100644 --- a/crates/librqbit/webui/src/rqbit-web.tsx +++ b/crates/librqbit/webui/src/rqbit-web.tsx @@ -342,11 +342,11 @@ const TorrentsList = (props: { torrents: Array | null, loading: boole

No existing torrents found. Add them through buttons below.

; } - return <> + return
{props.torrents.map((t: TorrentId) => )} - ; +
; }; export const RqbitWebUI = (props: { title: string }) => {