Remove 'Category' label

This commit is contained in:
James Grugett 2022-05-13 16:19:15 -04:00
parent 8ce3a09471
commit 8be6b79732

View File

@ -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>
)}