jtassin/react-amount-field

View on GitHub
examples/src/Example1.jsx

Summary

Maintainability
C
7 hrs
Test Coverage

Showing 1 of 1 total issue

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

<div style={{ height: '50px' }}>
<div style={{ width: '50%', float: 'left' }}>
{this.state.val}
</div>
<div style={{ width: '50%', float: 'left' }}>
Severity: Major
Found in examples/src/Example1.jsx and 1 other location - About 7 hrs to fix
examples/src/Example2.jsx on lines 20..32
Category
Status