diff --git a/ui/component/commentCreate/index.js b/ui/component/commentCreate/index.js index 7f9c990be..80653e42f 100644 --- a/ui/component/commentCreate/index.js +++ b/ui/component/commentCreate/index.js @@ -12,8 +12,8 @@ import { selectActiveChannelClaim } from 'redux/selectors/app'; import { selectSettingsByChannelId } from 'redux/selectors/comments'; import { CommentCreate } from './view'; import { doToast } from 'redux/actions/notifications'; +import { DISABLE_SUPPORT_TAG } from 'constants/tags' -const DISABLE_SUPPORT_TAG = 'disable-support'; const select = (state, props) => ({ claim: makeSelectClaimForUri(props.uri)(state), channels: selectMyChannelClaims(state),