kodadot/nft-gallery

View on GitHub
utils/carousel.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function formatNFT has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const formatNFT = (nfts, chain?: string): CarouselNFT[] => {
  if (!nfts) {
    return []
  }
  const { urlPrefix } = usePrefix()
Severity: Minor
Found in utils/carousel.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status