diff --git a/packages/catalog-search/src/LearningTypeRadioFacet.jsx b/packages/catalog-search/src/LearningTypeRadioFacet.jsx index 3c1cf917..fc9254b5 100644 --- a/packages/catalog-search/src/LearningTypeRadioFacet.jsx +++ b/packages/catalog-search/src/LearningTypeRadioFacet.jsx @@ -1,7 +1,7 @@ import React, { useContext } from 'react'; import PropTypes from 'prop-types'; import classNames from 'classnames'; -import { Dropdown, Input } from '@openedx/paragon'; +import { Dropdown, Input, Badge } from '@openedx/paragon'; import { FormattedMessage } from '@edx/frontend-platform/i18n'; import { SearchContext } from './SearchContext'; import { @@ -131,6 +131,15 @@ const LearningTypeRadioFacet = ({ enablePathways }) => { description="Title for the learning type facet filter to return videos only" /> + + + + + )}