EscolaLMS/Front

View on GitHub
src/components/_App/GoTop/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function GoTop has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const GoTop = () => {
  const [isVisible, setIsVisible] = useState(false);

  useEffect(() => {
    document.addEventListener("scroll", () => {
Severity: Minor
Found in src/components/_App/GoTop/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status