Coursemology/coursemology2

View on GitHub
client/app/bundles/course/video/submission/containers/DiscussionElements/PostMenu.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function PostMenu has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const PostMenu = (props) => {
  const [anchorEl, setAnchorEl] = useState(null);

  const handleClick = (event) => {
    // This prevents ghost click.

There are no issues that match your filters.

Category
Status