remove comment

This commit is contained in:
Sean Yesmunt 2020-10-19 23:28:40 -04:00
parent a045ddf23e
commit a0320f8cef

View file

@ -47,7 +47,6 @@ export function CommentCreate(props: Props) {
const { push } = useHistory();
const { claim_id: claimId } = claim;
const [commentValue, setCommentValue] = React.useState('');
// const [activeChannel, setCommentChannel] = usePersistedState('comment-channel', '');
const [charCount, setCharCount] = useState(commentValue.length);
const [advancedEditor, setAdvancedEditor] = usePersistedState('comment-editor-mode', false);
const hasChannels = channels && channels.length;