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 #86 from usds/0kl/updateAsessmentView
Browse files Browse the repository at this point in the history
Update accordian text
  • Loading branch information
0kl-usds authored Jun 12, 2022
2 parents a1e165d + c5b5222 commit c995cf6
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 c995cf6

Please sign in to comment.