department-of-veterans-affairs/vets-website

View on GitHub
src/applications/accredited-representative-portal/accreditation/21a/components/06-background-information-chapter/HasBeenCourtMartialed.jsx

Summary

Maintainability
A
45 mins
Test Coverage
import React from 'react';
import NotIncludedViolationsList from './NotIncludedViolationsList';

const HasBeenCourtMartialed = () => (
  <>
    <p>
      <strong>Note:</strong> Include convictions resulting from a plea of nolo
      contendere (no contest), but omit:
    </p>
    <NotIncludedViolationsList />
  </>
);

export default HasBeenCourtMartialed;