cyrilchampier/taksimp

View on GitHub
app/javascript/components/basic_objects/Input.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/Input.js and 1 other location - About 6 hrs to fix
app/javascript/components/basic_objects/EditableLabel.js on lines 62..78

There are no issues that match your filters.

Category
Status