diff --git a/app/(authenticated)/(settings)/settings/(settings components)/versions/gameSelection.tsx b/app/(authenticated)/(settings)/settings/(settings components)/versions/gameSelection.tsx index eca2252..e416134 100644 --- a/app/(authenticated)/(settings)/settings/(settings components)/versions/gameSelection.tsx +++ b/app/(authenticated)/(settings)/settings/(settings components)/versions/gameSelection.tsx @@ -96,7 +96,7 @@ export function PlayerChangableChunithmGameVersionSelection({}: ChunithmGameVers render={({ field }) => ( - Chunithm: + Chunithm:  {selectedGameVersion ? GameVersion[ selectedGameVersion as keyof typeof GameVersion