codeforboston / windfall-elimination

Windfall Elimination Provision Awareness Project: improving the experience of retirees around an obscure Social Security rule affecting 8+ states (previously https://ssacalculator.org)
https://windfall-develop.netlify.app/
MIT License
24 stars 45 forks source link

Prescreen 1a has typo yearsold when calculating for birthdate before 1955 #242

Closed dmeegan closed 3 years ago

dmeegan commented 3 years ago

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 issue

See screencast below. Pre-Screen 1a _ Windfall Awareness

ArunSharmaLearning commented 3 years ago

Can i work on it?

thadk commented 3 years ago

@ArunSharmaLearning sure – welcome to submit a PR.

ArunSharmaLearning commented 3 years ago

how can i see the source code?

thadk commented 3 years ago

@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.