spolnik/JAlgoArena-UI

View on GitHub
src/client/problems/components/PointsLegend.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

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

<Modal.Footer>
<div className="col-md-offset-4 col-md-4">
<img src={logo} className="img-responsive" style={logoStyle}/>
</div>
</Modal.Footer>
Severity: Major
Found in src/client/problems/components/PointsLegend.tsx and 4 other locations - About 1 hr to fix
src/client/problems/components/NumberOfProblems.tsx on lines 61..65
src/client/problems/components/ProblemRank.tsx on lines 50..54
src/client/problems/components/SourceCode.tsx on lines 47..51
src/client/submissions/components/SourceCode.tsx on lines 42..46
Category
Status