department-of-veterans-affairs/vets-website

View on GitHub
src/applications/accredited-representative-portal/accreditation/21a/components/01-personal-information-chapter/RoleDescription.jsx

Summary

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

const RoleDescription = () => (
  <p>
    <strong>Note:</strong> To be accredited as an attorney, you must be active
    and in good standing with a state bar. To be accredited as a claims agent,
    you must pass a written examination administered by VA.
  </p>
);

export default RoleDescription;