Skip to content

Commit

Permalink
Remove: Tags text
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 committed Jun 24, 2023
1 parent cc5eb87 commit e040fb5
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,6 @@ export const CommonRequirementEnumeration = () => {
</a>
</>
)}
{display.tags ? (
<div className="cre-page__tags">
Tags:
{display.tags.map((tag) => (
<b>{tag} </b>
))}
</div>
) : (
''
)}

{currentUrlParams.get('applyFilters') === 'true' ? (
<div className="cre-page__filters">
Expand Down

0 comments on commit e040fb5

Please sign in to comment.