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