department-of-veterans-affairs/vets-website

View on GitHub
src/platform/user/authorization/components/AcceptTermsPrompt.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

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

  render() {
    // loading state for terms content is handled by parent component
    const { terms } = this.props;

    if (!terms.termsContent) {
Severity: Major
Found in src/platform/user/authorization/components/AcceptTermsPrompt.jsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status