diff --git a/src/group-configurations/common/UsageList.jsx b/src/group-configurations/common/UsageList.jsx
index b55ad10756..8999e95e80 100644
--- a/src/group-configurations/common/UsageList.jsx
+++ b/src/group-configurations/common/UsageList.jsx
@@ -1,7 +1,10 @@
import PropTypes from 'prop-types';
import { useIntl } from '@edx/frontend-platform/i18n';
import { Hyperlink, Stack, Icon } from '@openedx/paragon';
-import { Warning as WarningIcon, Error as ErrorIcon } from '@openedx/paragon/icons';
+import {
+ Warning as WarningIcon,
+ Error as ErrorIcon,
+} from '@openedx/paragon/icons';
import { MESSAGE_VALIDATION_TYPES } from '../constants';
import { formatUrlToUnitPage } from '../utils';
@@ -13,9 +16,13 @@ const UsageList = ({ className, itemList, isExperiment }) => {
? messages.experimentAccessTo
: messages.accessTo;
- const renderValidationMessage = ({ text }) => (
+ const renderValidationMessage = ({ text, type }) => (
-