igakim/mcs-ui

View on GitHub
src/components/form/SearchInput.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function SearchInput has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const SearchInput = (props) => {
  const {
    className, buttonText = 'Search', prefix = '', value, ...rest
  } = props;

Severity: Minor
Found in src/components/form/SearchInput.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status