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>
|
<div>
|
||||||
<Hero />
|
<Hero />
|
||||||
<FeaturesSection />
|
<FeaturesSection />
|
||||||
<ExploreMarketsSection hotContracts={hotContracts} />
|
{/* <ExploreMarketsSection hotContracts={hotContracts} /> */}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user