Skip to content

Commit a8a7ff3

Browse files
Update hatching.tsx
1 parent ca80111 commit a8a7ff3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/hatching.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ const Hatching: NextPage = () => {
1111
title="Coming Soon!"
1212
description="Hatch a Basic Beast to complete your Dexicon"
1313
/>
14-
<HatchingModal
14+
{/* <HatchingModal
1515
handleClose={() => setOpen(true)}
1616
RevealModalOpen={open}
1717
packId={"1" || "1"}
1818
evolvedBeastId={"2"}
19-
/>
19+
/> */}
2020
</div>
2121
)
2222
}

0 commit comments

Comments
 (0)