Add icon to impp.
parent
1e752ae022
commit
1dfc60afab
|
@ -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)),
|
||||
|
|
Loading…
Reference in New Issue