Coursemology/coursemology2

View on GitHub
client/app/bundles/course/survey/pages/SurveyShow/Section/QuestionCard.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const { question, dragging, expanded } = this.props;

    return (
      <Accordion expanded={expanded}>

There are no issues that match your filters.

Category
Status