Coursemology/coursemology2

View on GitHub
client/app/bundles/course/survey/pages/SurveyIndex/NewSurveyButton.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function NewSurveyButton has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const NewSurveyButton = (props) => {
  const { canCreate, intl } = props;
  const navigate = useNavigate();

  const createSurveyHandler = (data, setError) => {

There are no issues that match your filters.

Category
Status