kodadot/nft-gallery

View on GitHub
components/items/ItemsGrid/useNftActions.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function useNftActions has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function useNftActions(entity: TokenEntity) {
  const { isCurrentOwner } = useAuth()

  const cheapestNFT = ref<NFTWithMetadata>()

Severity: Minor
Found in components/items/ItemsGrid/useNftActions.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status