Coursemology/coursemology2

View on GitHub
client/app/bundles/course/survey/containers/QuestionFormDialogue/components/ImageField.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function RenderImageField has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const RenderImageField = (props) => {
  const { field, index, disabled } = props;
  const fieldId = `option-${index}-image-field`;
  const inputRef = useRef(null);
  return (

There are no issues that match your filters.

Category
Status