short-d/short

View on GitHub
frontend/src/component/form/TextField.tsx

Summary

Maintainability
A
40 mins
Test Coverage

Showing 1 of 1 total issue

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

interface IProps {
text?: string;
placeHolder?: string;
onChange?: (text: string) => void;
onBlur?: () => void;
Severity: Minor
Found in frontend/src/component/form/TextField.tsx and 1 other location - About 40 mins to fix
frontend/src/component/form/TextAreaField.tsx on lines 4..9

There are no issues that match your filters.

Category
Status