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