Fix runtime error in landing page
This commit is contained in:
parent
e18809c813
commit
5b381ef376
|
@ -20,7 +20,7 @@ export default function LandingPage(props: { hotContracts: Contract[] }) {
|
|||
<div>
|
||||
<Hero />
|
||||
<FeaturesSection />
|
||||
<ExploreMarketsSection hotContracts={hotContracts} />
|
||||
{/* <ExploreMarketsSection hotContracts={hotContracts} /> */}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user