benfluleck/HelloBooks

View on GitHub
client/src/app/components/presentation/common/modal/ChangeUserLevelModal.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    if (!this.props.userLevels) {
      return (<Preloader size="big" className="center-align" />);
    }
    const userLevelNames = this.props.userLevels

    There are no issues that match your filters.

    Category
    Status