Fix runtime error in landing page

This commit is contained in:
James Grugett 2022-05-09 13:36:21 -04:00
parent e18809c813
commit 5b381ef376

View File

@ -20,7 +20,7 @@ export default function LandingPage(props: { hotContracts: Contract[] }) {
<div>
<Hero />
<FeaturesSection />
<ExploreMarketsSection hotContracts={hotContracts} />
{/* <ExploreMarketsSection hotContracts={hotContracts} /> */}
</div>
)
}