Coursemology/coursemology2

View on GitHub
client/app/bundles/course/discussion/topics/components/fields/CommentField.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function CommentField has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const CommentField: FC<Props> = (props: Props) => {
  const { intl, topic, updateStatus } = props;
  const dispatch = useAppDispatch();
  const [value, setValue] = useState('');
  const [disableCommentButton, setDisableCommentButton] = useState(true);

There are no issues that match your filters.

Category
Status