department-of-veterans-affairs/vets-website

View on GitHub
src/applications/representative-appoint/content/authorizeMedicalSelect.jsx

Summary

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

export const authorizeMedicalSelect = () => (
  <>
    <h3>Authorization to access certain medical records</h3>
    <p className="vads-u-margin-bottom--3 appoint-text">
      You’ve authorized this accredited Veteran Service Organization (VSO) to
      access some of your medical records.
    </p>
  </>
);