|
|
@ -50,7 +50,7 @@ const AddressBookItem = pure((_props: any) => {
|
|
|
|
<ListItem
|
|
|
|
<ListItem
|
|
|
|
leftIcon={
|
|
|
|
leftIcon={
|
|
|
|
<Avatar style={{backgroundColor: getContactColor(entry)}}>
|
|
|
|
<Avatar style={{backgroundColor: getContactColor(entry)}}>
|
|
|
|
{name[0].toUpperCase()}
|
|
|
|
{name && name[0].toUpperCase()}
|
|
|
|
</Avatar>}
|
|
|
|
</Avatar>}
|
|
|
|
primaryText={name}
|
|
|
|
primaryText={name}
|
|
|
|
onClick={() => onClick(entry)}
|
|
|
|
onClick={() => onClick(entry)}
|
|
|
|