CLOSER-Cohorts/archivist

View on GitHub
react/src/components/ListPagination.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ListPagination has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ListPagination = props => {
  if (props.articlesCount <= 10) {
    return null;
  }

Severity: Minor
Found in react/src/components/ListPagination.js - About 1 hr to fix

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
Open

import React from 'react';

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status