cyrilchampier/taksimp

View on GitHub
app/javascript/components/basic_objects/EditableLabel.js

Summary

Maintainability
B
6 hrs
Test Coverage

Showing 1 of 1 total issue

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

<input type="text"
className={this.props.inputClassName}
ref={(input) => {
this.textInput = input
}}
Severity: Major
Found in app/javascript/components/basic_objects/EditableLabel.js and 1 other location - About 6 hrs to fix
app/javascript/components/basic_objects/Input.js on lines 50..66
Category
Status