AugurProject/augur-ui

View on GitHub
src/modules/common/components/main-error-boundary/main-error-boundary.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const { children } = this.props;
    if (this.state.hasError) {
      return (
        <section className={Styles.MainErrorBoundary}>

    There are no issues that match your filters.

    Category
    Status