eduardomoroni/trading-card-manager

View on GitHub
packages/frontend/src/presentation/screens/CardSearch/CardSearchFilter.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function CardSearchFilter has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const CardSearchFilter: React.FC<Props> = (props: Props) => {
  const [cardName, setCardName] = useState('');
  const [supertype, setSupertype] = useState('');
  const [subtype, setSubtype] = useState('');
  const [colors, setColors] = useState<Array<Color>>([]);

    There are no issues that match your filters.

    Category
    Status