parent
c0c5af0cab
commit
ea67bb4b87
|
@ -50,7 +50,7 @@ const AddressBookItem = pure((_props: any) => {
|
|||
<ListItem
|
||||
leftIcon={
|
||||
<Avatar style={{backgroundColor: getContactColor(entry)}}>
|
||||
{name[0].toUpperCase()}
|
||||
{name && name[0].toUpperCase()}
|
||||
</Avatar>}
|
||||
primaryText={name}
|
||||
onClick={() => onClick(entry)}
|
||||
|
|
Loading…
Reference in New Issue