BenMusch/nu-tab

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

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

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

export const SchoolList = (props) => {
return (
<ul className="schools">
{props.schools.map((school) => {
return <SchoolItem {...school} key={school.id} />
Severity: Major
Found in client/app/components/schools/SchoolList.js and 1 other location - About 2 hrs to fix
client/app/components/debaters/DebaterList.js on lines 4..12
Category
Status