diff --git a/web/components/contract/contract-description.tsx b/web/components/contract/contract-description.tsx index a427afe1..b2f839e9 100644 --- a/web/components/contract/contract-description.tsx +++ b/web/components/contract/contract-description.tsx @@ -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())