From c5b5222bc08f96f164b8fe1ecf15e41f36e043fd Mon Sep 17 00:00:00 2001 From: Kelvin Luu Date: Sun, 12 Jun 2022 00:42:37 -0700 Subject: [PATCH] Update accordian text --- .../PassFailJustification/PassFailJustificaiton.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App/Assessment/Competencies/PassFailJustification/PassFailJustificaiton.jsx b/frontend/src/App/Assessment/Competencies/PassFailJustification/PassFailJustificaiton.jsx index fa979d9..6d3e3aa 100644 --- a/frontend/src/App/Assessment/Competencies/PassFailJustification/PassFailJustificaiton.jsx +++ b/frontend/src/App/Assessment/Competencies/PassFailJustification/PassFailJustificaiton.jsx @@ -19,7 +19,7 @@ const PassFailJustification = ({ }) => { const definitionAccordion = definition && definition.length ? ( - +
) : null;