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) => {