department-of-veterans-affairs/vets-website

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

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';

const HasBeenTerminatedByVSOrg = () => (
  <p>
    <strong>Note:</strong> If you were never accredited as a representative of a
    VSO, select “no.”
  </p>
);

export default HasBeenTerminatedByVSOrg;