jonathan-irvin/jelly-fin

View on GitHub
src/components/Session/withAuthentication.js

Summary

Maintainability
A
1 hr
Test Coverage

Function withAuthentication has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const withAuthentication = Component => {
  class WithAuthentication extends React.Component {
    constructor(props) {
      super(props);

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

    There are no issues that match your filters.

    Category
    Status