jefer94/choco

View on GitHub
services/algorithm/src/containers/EditorContainer.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function Tabs has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function Tabs(): ReactElement {
  const classes = useStyles()
  const { tabs, addTab, changeTab, saveTab, removeTab } = useTabs()
  // const { theme } = setContent(ThemeContext)
  const [value, setValue] = React.useState(0)
Severity: Major
Found in services/algorithm/src/containers/EditorContainer.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status