Fix build
This commit is contained in:
parent
80ffed9460
commit
1d9adcbeaf
|
@ -182,9 +182,7 @@ export function ContractsList(props: { creator: User }) {
|
|||
}
|
||||
}, [creator])
|
||||
|
||||
return (
|
||||
contracts !== 'loading' && (
|
||||
<SearchableGrid contracts={contracts} defaultSort="all" />
|
||||
)
|
||||
)
|
||||
if (contracts === 'loading') return <></>
|
||||
|
||||
return <SearchableGrid contracts={contracts} defaultSort="all" />
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user