This commit is contained in:
2026-01-27 20:01:39 -07:00
parent d0810ae80e
commit 53ecbbd07f
3 changed files with 4 additions and 56 deletions

View File

@@ -59,7 +59,8 @@ export default function Installs () {
: 'h-[calc(100vh-84px)]'
}`}
>
{downloadedVersionsConfig && downloadedVersionsConfig.list.length ? (
{downloadedVersionsConfig &&
Object.keys(downloadedVersionsConfig.list).length ? (
getListOfGames()
.sort((a, b) => {
return a.id - b.id