Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #87 from usds/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
0kl-usds authored Jun 12, 2022
2 parents 776996b + c995cf6 commit f3eeff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const PassFailJustification = ({
}) => {
const definitionAccordion =
definition && definition.length ? (
<Accordion title="Details" isDrawer={true}>
<Accordion title="Competency Definition" isDrawer={true}>
<div dangerouslySetInnerHTML={{ __html: definition }}></div>
</Accordion>
) : null;
Expand Down

0 comments on commit f3eeff0

Please sign in to comment.