bastienrobert/la-ferme

View on GitHub
packages/mobile/src/components/svgs/CarCounterPoints.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function CarCounterPoints has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const CarCounterPoints: FC<SvgProps> = props => {
  return (
    <Svg viewBox={`0 0 ${WIDTH} ${HEIGHT}`} fill="none" {...props}>
      <Path
        fill={Colors.beige}
Severity: Major
Found in packages/mobile/src/components/svgs/CarCounterPoints.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status