BenMusch/nu-tab

View on GitHub
client/app/components/debaters/DebaterList.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 DebaterList = (props) => {
return (
<ul className="debaters">
{props.debaters.map((debater) => {
return <DebaterItem {...debater} key={debater.id} />
Severity: Major
Found in client/app/components/debaters/DebaterList.js and 1 other location - About 2 hrs to fix
client/app/components/schools/SchoolList.js on lines 4..12
Category
Status