nukeop/nuclear

View on GitHub
packages/app/app/components/Dashboard/GenresTab/mapGenres.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Function genreToIcon has 76 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const genreToIcon = (genre: string): string => {
  switch (genre.toLowerCase()) {
  case 'blues':
    return blues;
  case 'rock':
Severity: Major
Found in packages/app/app/components/Dashboard/GenresTab/mapGenres.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status