Issue:
Different application types (Social Security Card, Driver's License, etc.) require different Select your Situation titles, as specified in the Figma.
Solution:
Changed title attribute of SelectApplicationFormPage type to a function that maps a string (the application type) to another string (the title). This way, different application types can render different titles.
Issue: Different application types (Social Security Card, Driver's License, etc.) require different Select your Situation titles, as specified in the Figma.
Solution: Changed title attribute of SelectApplicationFormPage type to a function that maps a string (the application type) to another string (the title). This way, different application types can render different titles.
Screenshots: