department-of-veterans-affairs/vets-website

View on GitHub
src/applications/ezr/components/FormDescriptions/AgentOrangeExposureDescription.jsx

Summary

Maintainability
B
4 hrs
Test Coverage
import React from 'react';

const AgentOrangeExposureDescription = (
  <ul>
    <li>Cambodia at Mimot or Krek, Kampong Cham Province</li>
    <li>Guam, American Samoa, or their territorial waters</li>
    <li>In or near the Korean demilitarized zone</li>
    <li>Johnston Atoll or on a ship that called at Johnston Atoll</li>
    <li>Laos</li>
    <li>
      Any location where you had contact with C-123 airplanes while serving in
      the Air Force or the Air Force Reserves
    </li>
    <li>A U.S. or Royal Thai military base in Thailand</li>
    <li>Vietnam or the waters in or off of Vietnam</li>
  </ul>
);

export default AgentOrangeExposureDescription;