Skip to content

Commit 6ef0b12

Browse files
authored
Make ContactDisplay only show entity type in drop down menu (#253)
1 parent b9e3fa2 commit 6ef0b12

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/ContactDisplay/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ export default function ContactDisplay({
8686
})
8787
)}
8888
renderValue={value => (
89-
displayFomatter({
90-
entityName: options[value].name,
91-
entityType: options[value].entityType,
92-
})
89+
options[value].name
9390
)}
9491
renderTitle={entity => (
9592
entity ? displayFomatter({

0 commit comments

Comments
 (0)