Fix types
This commit is contained in:
parent
2fcfeb786a
commit
33c55f43bf
|
@ -71,6 +71,7 @@ const Home = (props: { auth: { user: User } | null }) => {
|
||||||
backToHome={() => {
|
backToHome={() => {
|
||||||
history.back()
|
history.back()
|
||||||
}}
|
}}
|
||||||
|
recommendedContracts={[]}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user