fix build issue

This commit is contained in:
mantikoros 2021-12-15 21:20:39 -06:00
parent d59666e7e3
commit 7b4e35699d

View File

@ -115,7 +115,7 @@ export default function NewContract() {
<Title text="Your markets" /> <Title text="Your markets" />
<ContractsList creator={creator} /> {creator && <ContractsList creator={creator} />}
</div> </div>
</div> </div>
) )