department-of-veterans-affairs/vets-website

View on GitHub
src/applications/appeals/996/content/Authorization.jsx

Summary

Maintainability
B
4 hrs
Test Coverage
import React from 'react';

export const AuthorizationDescription = () => (
  <>
    <h3>Withdrawal from the legacy appeals process</h3>
    <div>
      <p>
        If you’re requesting a Higher-Level Review on a decision we made before
        February 19, 2019, we’ll need to go through our modernized decision
        review process.
      </p>
      <p>
        By submitting this form, you agree to move your issue from the old
        legacy appeals process to the modernized decision review process. You
        won’t be able to move your issue back to the legacy appeals process.
      </p>
      <p>
        We’ll likely make a faster decision on your issue in our modernized
        decision review process.
      </p>
    </div>
    <h4>Full withdrawal policy</h4>
    <div>
      <p>
        If you’re responding to a Statement of the Case (SOC) or a Supplemental
        Statement of the Case (SSOC): By submitting this form, you agree to
        participate in the modernized decision review process for the issues
        you’ve requested a Higher-Level Review for, and which were decided in a
        SOC or SSOC. You must opt in within 60 days from the date you received
        your SOC or SSOC.
      </p>
      <p>
        You’re withdrawing the eligible legacy appeal issues you’ve selected in
        this request in their entirety, and any associated hearing requests, and
        opting for the issues to be decided in the modernized decision review
        process.
      </p>
      <p>
        You acknowledge that you can’t return to the legacy appeals system for
        the issues withdrawn.
      </p>
    </div>
  </>
);