WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/assets/javascripts/components/settings/views/admin_user.jsx

Summary

Maintainability
A
1 hr
Test Coverage
F
53%

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

  render() {
    const { user } = this.props;
    const adminLevel = user.permissions === 3
      ? 'Super Admin'
      : 'Admin';
Severity: Minor
Found in app/assets/javascripts/components/settings/views/admin_user.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status