This repository was archived by the owner on Jun 10, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/scenes/home/informationForm Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ class SignupInformation extends Component {
99
99
employment_status : this . state . workInfo ,
100
100
company_name : this . state . company ,
101
101
company_role : this . state . role ,
102
+ military_status : this . state . militaryStatus ,
102
103
// Convert string to boolean for DB
103
104
volunteer : this . state . identifier === 'true' ,
104
105
branch_of_service : this . state . branch ,
@@ -182,10 +183,10 @@ class SignupInformation extends Component {
182
183
return (
183
184
< Section title = "More Info" >
184
185
< 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.
189
190
</ p >
190
191
{ showStep }
191
192
< div className = { styles . buttonContainer } >
You can’t perform that action at this time.
0 commit comments