remove comment
This commit is contained in:
parent
a045ddf23e
commit
a0320f8cef
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue