Closed dmeegan closed 3 years ago
Can i work on it?
@ArunSharmaLearning sure – welcome to submit a PR.
how can i see the source code?
@ArunSharmaLearning please clone the repository and see the "Launching Gatsby Site" section of the readme for setup instructions: https://github.com/codeforboston/windfall-elimination You will need nodejs installed.
The file for this is in src/pages/prescreen-1a.tsx
I believe.
The condition rendering is not working for birthdates before 1955. Renders incorrectly as "yearsold"
Changing line 140 in prescreen-1a from
: ""}{" "}
to: " "}
will fix the issueSee screencast below.