Run prettier
This commit is contained in:
parent
93bb1dd519
commit
11974f68fc
|
@ -58,7 +58,12 @@ export function ContractSearch(props: {
|
|||
showCategorySelector: boolean
|
||||
onContractClick?: (contract: Contract) => void
|
||||
}) {
|
||||
const { querySortOptions, additionalFilter, showCategorySelector, onContractClick } = props
|
||||
const {
|
||||
querySortOptions,
|
||||
additionalFilter,
|
||||
showCategorySelector,
|
||||
onContractClick,
|
||||
} = props
|
||||
|
||||
const user = useUser()
|
||||
const follows = useFollows(user?.id)
|
||||
|
|
Loading…
Reference in New Issue
Block a user