Skip to content

Commit 2eab6c1

Browse files
committed
enable atom
1 parent af74422 commit 2eab6c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Instance/Create/GameTypeSelectForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function GameTypeSelectForm({
3434
What will your instance be used for?
3535
</p>
3636
<div className="box-border grid grid-cols-2 gap-9 pt-9">
37-
{/* <SelectGenericGameCard
37+
<SelectGenericGameCard
3838
key={'Generic'}
3939
title={'Lodestone Atom'}
4040
description={'Enter the URL to the Lodestone Atom below:'}
@@ -50,7 +50,7 @@ export default function GameTypeSelectForm({
5050
onClick={() => setGameType('Generic')}
5151
manifestLoading={manifestLoading}
5252
errorText={manifestError ? 'Error fetching the instance' : ''}
53-
/> */}
53+
/>
5454
{game_types.map((game_type) => {
5555
const game = HandlerGameType_to_Game[game_type];
5656
return (

0 commit comments

Comments
 (0)