mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
fix: fixing seeding on level
This commit is contained in:
@@ -280,11 +280,7 @@ export function DownloadGroup({
|
||||
|
||||
<div className="download-group__cover-content">
|
||||
<Badge>
|
||||
{
|
||||
DOWNLOADER_NAME[
|
||||
game?.download?.downloader as Downloader
|
||||
]
|
||||
}
|
||||
{DOWNLOADER_NAME[game.download?.downloader as Downloader]}
|
||||
</Badge>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user