Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedAboushnief committed May 5, 2019
1 parent 8306645 commit 1817176
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/components/Register.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ class Register extends React.Component {
value={this.state.gender}
style={{ width: '250px' }}
>
<option>Male</option>
<option>Female</option>
<option>{trans.male}</option>
<option>{trans.female}</option>
</select>
</div>
</MDBCol>
Expand Down Expand Up @@ -335,8 +335,8 @@ class Register extends React.Component {
value={this.state.identificationType}
style={{ width: '250px' }}
>
<option>National ID</option>
<option>Passport</option>
<option>{trans.nationalid}</option>
<option>{trans.passport}</option>
</select>
</div>
</MDBCol>
Expand Down

0 comments on commit 1817176

Please sign in to comment.