From b66bf542c1ea0627836df7e1a40db2cdeb2ea27e Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Wed, 20 Jan 2021 21:42:31 +0100 Subject: [PATCH] Typo for linux --- frontend/src/InteractiveSearch/ReleaseSceneIndicator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';