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

Commit 79b4bc2

Browse files
committed
Pass military status to backend
1 parent 3861308 commit 79b4bc2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/scenes/home/informationForm/informationForm.js

Lines changed: 4 additions & 3 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,9 +183,9 @@ 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
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 these
188+
steps, and help us on our mission to code the future! We will never sell or distribute your
188189
information.
189190
</p>
190191
{showStep}

0 commit comments

Comments
 (0)