Coursemology/coursemology2

View on GitHub
client/app/bundles/course/survey/pages/ResponseShow/index.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function renderSubmissionInfo has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  renderSubmissionInfo() {
    const { response } = this.props;
    return (
      <Table style={styles.submissionInfoTable}>
        <TableBody>
Severity: Minor
Found in client/app/bundles/course/survey/pages/ResponseShow/index.jsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status