mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing seeding on level
This commit is contained in:
parent
e85a568e6e
commit
1b06060272
1 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue