Hide hot and closing soon markets on all markets

This commit is contained in:
jahooma 2022-01-21 18:30:19 -06:00
parent 7e44af318b
commit 9733056ce7

View File

@ -48,10 +48,10 @@ export default function Markets(props: {
description="Discover what's new, trending, or soon-to-close. Or search among our hundreds of markets." description="Discover what's new, trending, or soon-to-close. Or search among our hundreds of markets."
url="/markets" url="/markets"
/> />
<HotMarkets contracts={hotContracts} /> {/* <HotMarkets contracts={hotContracts} />
<Spacer h={10} /> <Spacer h={10} />
<ClosingSoonMarkets contracts={closingSoonContracts} /> <ClosingSoonMarkets contracts={closingSoonContracts} />
<Spacer h={10} /> <Spacer h={10} /> */}
<SearchableGrid <SearchableGrid
contracts={contracts} contracts={contracts}