Table of contents
Text Manipulation
keep space
<FieldDescription style=>
{` -Choose one or more of these options
CLIENT_ADMIN / RESULT_VIEWER / INTERVIEWER / REQUESTOR /
SCHEDULER / CLIENT_ADMIN / RESEARCH / COACH / ORDER_MANAGER /
TADMIN `}
<br/>
</FieldDescription>
add formatting to component
const createThemeToolTip = (themeSummary, significance) => {
return significance
? (<>
{" "}
{themeSummary}.<i>
<FormattedMessage id="theme.significance.tooltip.label"/>
</i>
</>)
: (themeSummary);
};