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 {
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 } >
You can’t perform that action at this time.
0 commit comments