diff --git a/client/coral-configure/components/CloseCommentsInfo.js b/client/coral-configure/components/CloseCommentsInfo.js deleted file mode 100644 index cc0e12a77..000000000 --- a/client/coral-configure/components/CloseCommentsInfo.js +++ /dev/null @@ -1,29 +0,0 @@ -import React from 'react'; -import {Button} from 'coral-ui'; -import PropTypes from 'prop-types'; -import t from 'coral-framework/services/i18n'; - -const CloseCommentsInfo = ({status, onClick}) => ( - status === 'open' ? ( -
- {t('configure.open_stream_configuration')} -
- -- {t('configure.close_stream_configuration')} -
- -