From c44beaf8fa91c367ca9d5494c4c0ebe2ee70ba4b Mon Sep 17 00:00:00 2001 From: zeppi Date: Fri, 25 Jun 2021 11:32:21 -0400 Subject: [PATCH] remove bad new button --- ui/component/collectionEdit/view.jsx | 4 ---- 1 file changed, 4 deletions(-) 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')}