nukeop/nuclear

View on GitHub
packages/ui/lib/components/AlbumPreview/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function AlbumPreview has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AlbumPreview: React.FC<AlbumPreviewProps & Handlers> = (props) => {

  const { album, trackButtons, handleAddToQueue, handlePlayAll } = props;

  const thumb = _.defaultTo(getThumbnail(album), artPlaceholder);
Severity: Major
Found in packages/ui/lib/components/AlbumPreview/index.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status