fix type error
This commit is contained in:
parent
903b7f1db0
commit
db22da3e2c
|
@ -38,7 +38,7 @@ export function ContractDescription(props: {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isCreator && !contract.description.trim()) return null
|
if (!isCreator && !contract.description) return null
|
||||||
|
|
||||||
const { tags } = contract
|
const { tags } = contract
|
||||||
const categories = tags.filter((tag) =>
|
const categories = tags.filter((tag) =>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user