diff --git a/src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx b/src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx index 93fe2f50f..d1e81cd03 100644 --- a/src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx +++ b/src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx @@ -93,7 +93,7 @@ function LtiConfigForm({ onSubmit, intl, formRef }) { }} />

- {showLTIConfig && ( + {(showLTIConfig && piiConfig.piiSharing) && ( <>

{intl.formatMessage(messages.formInstructions)}