bastienrobert/la-ferme

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

Summary

Maintainability
A
1 hr
Test Coverage

Function GameOver has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const GameOver: FC<SvgProps> = props => {
  return (
    <Svg viewBox={`0 0 ${WIDTH} ${HEIGHT}`} fill="none" {...props}>
      <Path
        fill={Colors.red}
Severity: Minor
Found in packages/mobile/src/components/svgs/GameOver.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status