fix bug where descriptions not showing

This commit is contained in:
Sinclair Chen 2022-07-13 12:36:01 -07:00
parent 9a11f55762
commit a92eda3af2

View File

@ -46,8 +46,6 @@ export function ContractDescription(props: {
})
}
if (!isCreator) return null
const { tags } = contract
const categories = tags.filter((tag) =>
CATEGORY_LIST.includes(tag.toLowerCase())