portainer/portainer

View on GitHub
app/react/sidebar/UpgradeBEBanner/UpgradeDialog.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function getDialog has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function getDialog() {
    if (!isPureAdmin) {
      return <NonAdminUpgradeDialog onDismiss={onDismiss} />;
    }

Severity: Minor
Found in app/react/sidebar/UpgradeBEBanner/UpgradeDialog.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status