department-of-veterans-affairs/vets-website

View on GitHub
src/applications/post-911-gib-status/containers/ServiceAvailabilityBanner.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    let content;

    switch (this.props.serviceAvailability) {
      case SERVICE_AVAILABILITY_STATES.unrequested: {

    There are no issues that match your filters.

    Category
    Status