department-of-veterans-affairs/vets-website

View on GitHub
src/platform/user/authorization/containers/RequiredTermsAcceptanceView.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const { terms, topContent } = this.props;
    const enabled =
      this.props.isDataAvailable === true ||
      typeof this.props.isDataAvailable === 'undefined';

    There are no issues that match your filters.

    Category
    Status