client/app/bundles/course/video/submission/containers/DiscussionElements/PostMenu.jsx
Function PostMenu
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const PostMenu = (props) => {
const [anchorEl, setAnchorEl] = useState(null);
const handleClick = (event) => {
// This prevents ghost click.
- Create a ticketCreate a ticket