department-of-veterans-affairs/vets-website

View on GitHub
src/applications/disability-benefits/686c-674/config/chapters/674/student-name-ssn/helpers.jsx

Summary

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

export const NotificationText = () => (
  <div>
    <p>
      This section is equal to Request for Approval of School Attendance (VA
      Form 21-674). If you’re applying for benefits for a child 18 to 23 years
      old who will be attending school, you’ll also need to fill out this
      information. If you{' '}
      <span className="vads-u-font-weight--bold">never received benefits</span>{' '}
      for this child, be sure you selected the "Claim benefits for your child"
      checkbox at the beginning of this form.
    </p>
  </div>
);