Add icon to impp.

master
Tom Hacohen 2017-12-08 18:20:49 +00:00
parent 1e752ae022
commit 1dfc60afab
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class Contact extends React.Component {
lists.push(getAllType(
'impp',
{
insetChildren: true,
leftIcon: <CommunicationChatBubble />
},
(x) => x,
(x) => (x.substring(x.indexOf(':') + 1)),