From e08aa9c2998c679f7cc5b328d7a00e899250b88c Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Thu, 27 Jun 2024 14:56:57 +0100 Subject: [PATCH] feat: adding libtorrent again --- src/renderer/src/pages/downloads/download-group.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/pages/downloads/download-group.tsx b/src/renderer/src/pages/downloads/download-group.tsx index d8152426..b2c73890 100644 --- a/src/renderer/src/pages/downloads/download-group.tsx +++ b/src/renderer/src/pages/downloads/download-group.tsx @@ -110,7 +110,7 @@ export function DownloadGroup({ ); } - return

{t(game.status)}

; + return

{t(game.status as string)}

; }; const getGameActions = (game: LibraryGame) => {