Skip to content

Commit

Permalink
Fix email display
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupert Bedford committed May 16, 2016
1 parent 173eada commit 4782d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/consultants/consultants-component.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<tr>
<th>Email Address</th>
<td>{{item.emailAddress | missing}}</td>
<td>{{item.email | missing}}</td>
</tr>

<tr>
Expand Down

0 comments on commit 4782d33

Please sign in to comment.