pesto-students/batch-11-relayer

View on GitHub
client/src/components/common/Pagination/pageUtils.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createPages has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const createPages = (...args) => {
  const [handlePageNav, pagesPerList, pageList, currentPage, pages] = args;
  const items = [];
  const children = '...';
  [1, 2, 3].forEach((number) => {
Severity: Minor
Found in client/src/components/common/Pagination/pageUtils.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status