Skip to content

Commit

Permalink
GIFT-295
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNatoli committed Dec 2, 2017
1 parent 53290c9 commit 977f51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const ChildForm = ({ nominations, addChild, removeChild, affiliations }) => {
<option value="Hispanic">Hispanic</option>
<option value="Pacific Islander">Pacific Islander</option>{' '}
<option value="White">White</option>
<option value="Not Given">Not Given</option>
<option value="Other">Other</option>
</Input>
</Col>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const HeadOfHousehold = () => {
<option value="Pacific Islander">Pacific Islander</option>
{' '}
<option value="White">White</option>
<option value="White">Not Given</option>
<option value="Other">Other</option>
</Input>
</Col>
Expand Down

0 comments on commit 977f51f

Please sign in to comment.