diff --git a/ui/component/collectionEdit/view.jsx b/ui/component/collectionEdit/view.jsx index 528ebf4a8..8c7b50716 100644 --- a/ui/component/collectionEdit/view.jsx +++ b/ui/component/collectionEdit/view.jsx @@ -21,7 +21,6 @@ import { INVALID_NAME_ERROR } from 'constants/claim'; import SUPPORTED_LANGUAGES from 'constants/supported_languages'; import * as PAGES from 'constants/pages'; import analytics from 'analytics'; -import * as ICONS from '../../constants/icons'; const LANG_NONE = 'none'; const MAX_TAG_SELECT = 5; @@ -238,9 +237,6 @@ function CollectionForm(props: Props) { return ( <>
-
-
{__('General')}