grommet/grommet-ferret

View on GitHub
src/js/components/settings/Software.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function render has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render () {
    const { productName } = this.props;
    const software = this.props.software || {};
    const hypervisorVersion =
      (software.hypervisor ? software.hypervisor.version : '--');
Severity: Major
Found in src/js/components/settings/Software.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status