synapsecns/sanguine

View on GitHub
packages/explorer-ui/components/Pagination/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Pagination has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Pagination = ({}) => {
  const router = useRouter()
  let { p } = router.query
  // @ts-ignore
  p = p ?? 1
Severity: Minor
Found in packages/explorer-ui/components/Pagination/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status