Katello/katello

View on GitHub
webpack/scenes/ModuleStreams/ModuleStreamsPage.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ModuleStreamsPage has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ModuleStreamsPage = (props) => {
  const { searchParam } = useUrlParams();
  const [searchQuery, setSearchQuery] = useState(searchParam || '');
  const { getModuleStreams } = props;

Severity: Minor
Found in webpack/scenes/ModuleStreams/ModuleStreamsPage.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status