labhackercd/linguagem-simples-front

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

Summary

Maintainability
B
5 hrs
Test Coverage
B
89%

Function Feed has 136 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function Feed(props) {
  const classes = useStyles();
    const [anchorEl, setAnchorEl] = useState(null)
    const [updates, setUpdates] = useState('')
    const { handleDeletePost } = props
Severity: Major
Found in src/components/Dashboard/Timeline/Feed/index.js - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status