labhackercd/linguagem-simples-front

View on GitHub
src/components/Dashboard/Timeline/Header/index.js

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Function Header has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function Header(props){
    const classes = useStyles();
  const [startBroadcastDialogOpen, setStartBroadcastDialogOpen] = useState(false)
  const [endBroadcastDialogOpen, setEndBroadcastDialogOpen] = useState(false)
  const [userInput, setUserInput] = useState(false)
Severity: Major
Found in src/components/Dashboard/Timeline/Header/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status