BenMusch/nu-tab

View on GitHub
client/app/components/schools/CreateSchool.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

CreateSchool.propTypes = {
handleSubmit: React.PropTypes.func.isRequired,
handleInputChange: React.PropTypes.func.isRequired,
schoolName: React.PropTypes.string.isRequired
}
Severity: Major
Found in client/app/components/schools/CreateSchool.js and 1 other location - About 1 hr to fix
client/app/components/debaters/DebaterItem.js on lines 11..15
Category
Status