All files / react-app/src/features/faq/faqs/waiver withdraw-package-waiver.tsx

50% Statements 1/2
100% Branches 0/0
0% Functions 0/1
50% Lines 1/2

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 273x                                                    
export const WithdrawPackageWaiver = () => (
  <div className="w-full space-y-2">
    <p>
      A state can withdraw a submission package if it is in the Under Review or RAI Issued status.
      However, please note that once withdrawn, a submission package cannot be resubmitted to CMS.{" "}
      <b>Completing this action will conclude the review of this Waiver package.</b>
    </p>
    <p>There are two methods you can use to withdraw a submission package:</p>
    <ul className="list-disc ml-7 space-y-2" role="list">
      <li>
        In OneMAC, Locate and select the link to the Waiver ID. Then, under Package Actions, select
        the Withdraw Package link.
      </li>
      <li>
        Alternatively, the Withdraw Package action can be accessed by selecting the three dots icon
        in the Actions column on the Package Dashboard. Then, select Withdraw Package from the
        drop-down list.
      </li>
    </ul>
    <p>
      A warning message will appear letting you know that if the package is withdrawn, it cannot be
      resubmitted and this action will conclude the review of this package.
    </p>
    <p>Select Yes, withdraw package to complete the task.</p>
  </div>
);