kodadot/nft-gallery

View on GitHub
components/drops/useDrops.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function useDropMinimumFunds has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useDropMinimumFunds = (amount = ref(1)) => {
  const { drop } = useDrop()
  const { urlPrefix } = usePrefix()
  const { itemDeposit } = useDeposit(urlPrefix)

Severity: Minor
Found in components/drops/useDrops.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status