Remove 'Category' label
This commit is contained in:
parent
8ce3a09471
commit
8be6b79732
|
@ -54,7 +54,7 @@ export function ContractDescription(props: {
|
|||
|
||||
{categories.length > 0 && (
|
||||
<div className="mt-4">
|
||||
<TagsList tags={categories} label="Category" />
|
||||
<TagsList tags={categories} noLabel />
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user