Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit b64f0e0

Browse files
authored
Merge pull request #996 from hollomancer/military_status
Pass military status to backend
2 parents 3861308 + 1913c45 commit b64f0e0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/scenes/home/informationForm/informationForm.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class SignupInformation extends Component {
9999
employment_status: this.state.workInfo,
100100
company_name: this.state.company,
101101
company_role: this.state.role,
102+
military_status: this.state.militaryStatus,
102103
// Convert string to boolean for DB
103104
volunteer: this.state.identifier === 'true',
104105
branch_of_service: this.state.branch,
@@ -182,10 +183,10 @@ class SignupInformation extends Component {
182183
return (
183184
<Section title="More Info">
184185
<p>
185-
At Op-Code, we are dedicated to helping our community thrive. In order to do so, we need
186-
to collect some information to better serve you. Please take a minute to complete these
187-
steps and help us on our mission to code the future. We will never sell or distribute your
188-
information.
186+
At Operation Code, we are dedicated to helping our community thrive. In order to do so, we
187+
need to collect some information to better serve you. Please take a minute to complete
188+
these steps, and help us on our mission to code the future! We will never sell or
189+
distribute your information.
189190
</p>
190191
{showStep}
191192
<div className={styles.buttonContainer}>

0 commit comments

Comments
 (0)