diff --git a/frontend/src/InteractiveSearch/ReleaseSceneIndicator.js b/frontend/src/InteractiveSearch/ReleaseSceneIndicator.js index 9a6c40615..7b4bfda25 100644 --- a/frontend/src/InteractiveSearch/ReleaseSceneIndicator.js +++ b/frontend/src/InteractiveSearch/ReleaseSceneIndicator.js @@ -1,7 +1,7 @@ import _ from 'lodash'; import PropTypes from 'prop-types'; import React from 'react'; -import classNames from 'classNames'; +import classNames from 'classnames'; import { tooltipPositions, icons, sizes } from 'Helpers/Props'; import styles from './ReleaseSceneIndicator.css'; import DescriptionList from 'Components/DescriptionList/DescriptionList';