labhackercd/linguagem-simples-front

View on GitHub
src/components/Dashboard/Content/Glossario/glossarioTermCard.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Function GlossarioTermCard has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

export default function GlossarioTermCard(props){
  const classes = useStyles();
  const [open, setOpen] = React.useState(false);
  
  const handleOpen = () => {
Severity: Minor
Found in src/components/Dashboard/Content/Glossario/glossarioTermCard.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status