bookbrainz/bookbrainz-site

View on GitHub
src/client/components/forms/profile.js

Summary

Maintainability
B
4 hrs
Test Coverage

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

    render() {
        const loadingElement =
            this.state.waiting ? <LoadingSpinner/> : null;
        const genderOptions = this.state.genders.map((gender) => ({
            id: gender.id,
Severity: Major
Found in src/client/components/forms/profile.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status