fix bug where descriptions not showing
This commit is contained in:
parent
9a11f55762
commit
a92eda3af2
|
@ -46,8 +46,6 @@ export function ContractDescription(props: {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isCreator) return null
|
|
||||||
|
|
||||||
const { tags } = contract
|
const { tags } = contract
|
||||||
const categories = tags.filter((tag) =>
|
const categories = tags.filter((tag) =>
|
||||||
CATEGORY_LIST.includes(tag.toLowerCase())
|
CATEGORY_LIST.includes(tag.toLowerCase())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user