Skip to content

Commit

Permalink
Add: CRE prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 committed Jun 24, 2023
1 parent cc5eb87 commit 1f179a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const CommonRequirementEnumeration = () => {
{!loading && !error && display && (
<>
<h4 className="cre-page__heading">{display.name}</h4>
<h5 className="cre-page__sub-heading">{display.id}</h5>
<h5 className="cre-page__sub-heading">CRE: {display.id}</h5>
<div className="cre-page__description">{display.description}</div>
{display && display.hyperlink && (
<>
Expand Down

0 comments on commit 1f179a7

Please sign in to comment.