BenMusch/nu-tab

View on GitHub
client/app/components/debaters/DebaterItem.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

DebaterItem.propTypes = {
name: React.PropTypes.string.isRequired,
id: React.PropTypes.number.isRequired,
school: React.PropTypes.object.isRequired
}
Severity: Major
Found in client/app/components/debaters/DebaterItem.js and 1 other location - About 1 hr to fix
client/app/components/schools/CreateSchool.js on lines 22..26
Category
Status