Skip to content

Commit

Permalink
GIFT-271
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNatoli committed Nov 22, 2017
1 parent 68db387 commit 933f780
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default function ChildDetail({ child, school }) {
<h2>{`${child.name_first} ${child.name_last}`}</h2>
<ListGroup>
<LineItem label="Name" text={`${child.name_first} ${child.name_last}`} />
<LineItem label="Child #" text={`${child.id}`} />
<LineItem label="Gender" text={child.gender} />
<LineItem label="Age" text={age(child.age, child.dob)} />
<LineItem label="DOB" text={moment(child.dob).format('LL')} />
Expand Down

0 comments on commit 933f780

Please sign in to comment.