Hide hot and closing soon markets on all markets
This commit is contained in:
parent
7e44af318b
commit
9733056ce7
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user