Rename this to make more sense

This commit is contained in:
2026-01-07 17:43:26 -07:00
parent e0ba25da77
commit 36ed3e0095
5 changed files with 17 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ export default function Installs () {
normalConfig,
setManagingVersion,
getVersionInfo,
getVersionGame,
getGameInfo,
setSelectedGame
} = useGlobal()
@@ -103,7 +103,7 @@ export default function Installs () {
>
<div className='h-18 w-screen relative'>
<p className='text-2xl'>
{getVersionGame(getVersionInfo(entry)?.game)?.name} v
{getGameInfo(getVersionInfo(entry)?.game)?.name} v
{getVersionInfo(entry)?.versionName}
</p>