Skip to content

Commit

Permalink
Make ContactDisplay only show entity type in drop down menu (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
u9520107 authored Jun 14, 2017
1 parent b9e3fa2 commit 6ef0b12
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/ContactDisplay/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@ export default function ContactDisplay({
})
)}
renderValue={value => (
displayFomatter({
entityName: options[value].name,
entityType: options[value].entityType,
})
options[value].name
)}
renderTitle={entity => (
entity ? displayFomatter({
Expand Down

0 comments on commit 6ef0b12

Please sign in to comment.