imaginerio/imaginerioNext

View on GitHub
components/Intro/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Intro has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Intro = () => {
  const [{ showIntro }, dispatch] = useImages();
  const { locale } = useRouter();
  const [steps, setSteps] = useState([]);
  const [introCookie, setIntroCookie] = useState(false);
Severity: Minor
Found in components/Intro/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status