client/app/bundles/course/discussion/topics/components/fields/CommentField.tsx
Function CommentField
has 52 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const CommentField: FC<Props> = (props: Props) => {
const { intl, topic, updateStatus } = props;
const dispatch = useAppDispatch();
const [value, setValue] = useState('');
const [disableCommentButton, setDisableCommentButton] = useState(true);
- Create a ticketCreate a ticket