diff --git a/web/pages/index.tsx b/web/pages/index.tsx index c1892939..23a9c225 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -27,9 +27,7 @@ export const getServerSideProps = redirectIfLoggedIn('/home', async (_) => { return { props: { hotContracts } } }) -export default function Home(props: { hotContracts: Contract[] }) { - const { hotContracts } = props - +export default function Home(_props: { hotContracts: Contract[] }) { useSaveReferral() const user = useUser() @@ -53,7 +51,7 @@ export default function Home(props: { hotContracts: Contract[] }) { - + {/*

View{' '}