Katello/katello

View on GitHub
webpack/scenes/Content/GenericContentPage.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function GenericContentPage has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const GenericContentPage = () => {
  const dispatch = useDispatch();
  const contentTypesResponse = useSelector(selectContentTypes);
  const contentTypesStatus = useSelector(selectContentTypesStatus);
  const [selectedContentType, setSelectedContentType] = useState(null);
Severity: Major
Found in webpack/scenes/Content/GenericContentPage.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status