From 9acb07aa14c87d88695ab9852fae4231c2141593 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Thu, 27 Jan 2022 14:23:55 -0600 Subject: [PATCH] home: remove hot, closing soon sections --- web/pages/home.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/web/pages/home.tsx b/web/pages/home.tsx index 63090b2a..99e1dfa9 100644 --- a/web/pages/home.tsx +++ b/web/pages/home.tsx @@ -19,9 +19,6 @@ import FeedCreate from '../components/feed-create' import { Spacer } from '../components/layout/spacer' import { Col } from '../components/layout/col' import { useUser } from '../hooks/use-user' -import { ClosingSoonMarkets, HotMarkets } from './markets' -import { useContracts } from '../hooks/use-contracts' -import { useRecentComments } from '../hooks/use-comments' export async function getStaticProps() { const [contracts, recentComments, hotContracts, closingSoonContracts] = @@ -66,8 +63,8 @@ const Home = (props: { activeContracts, activeContractBets, activeContractComments, - hotContracts, - closingSoonContracts, + // hotContracts, + // closingSoonContracts, } = props const user = useUser() @@ -94,11 +91,11 @@ const Home = (props: { - + {/* - + */}