Fix types

This commit is contained in:
James Grugett 2022-08-24 13:29:35 -05:00
parent 1c323c5a7f
commit d6d1e8e86f

View File

@ -71,6 +71,7 @@ const Home = (props: { auth: { user: User } | null }) => {
backToHome={() => {
history.back()
}}
recommendedContracts={[]}
/>
)}
</>