igor-starostenko/report_factory-web

View on GitHub
src/containers/home.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Home has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Home(props) {
  const isLoggedIn = !!(props.xApiKey || Cookies.get('X-API-KEY'));
  const imageSrc = '/style/assets/img/rf-apple-icon.png';

  return (
Severity: Minor
Found in src/containers/home.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status