All files / react-app/src/features/faq/faqs/general is-official.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 113x                    
export const IsOfficial = () => (
  <p>
    Yes, as long as you have the electronic receipt (confirmation email). Your submission is
    considered your official state submission and will only be considered received by CMS if you
    have received the electronic receipt. You should receive an email confirmation that the formal
    action was received along with information about the 90th day. If you do not receive a
    confirmation email for your SPA or waiver submissions, please contact your state lead or your
    state’s CMS lead for HCBS or managed care.
  </p>
);