bookbrainz/bookbrainz-site

View on GitHub
src/client/components/pages/error.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ErrorPage has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function ErrorPage(props) {
    const {error} = props;
    let {detailedMessage} = error;

    if (typeof detailedMessage === 'string') {
Severity: Minor
Found in src/client/components/pages/error.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status