From 1dfc60afab44770deeb277ac298be75d40dcce63 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 8 Dec 2017 18:20:49 +0000 Subject: [PATCH] Add icon to impp. --- src/Contact.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Contact.tsx b/src/Contact.tsx index 4cb1a87..2018904 100644 --- a/src/Contact.tsx +++ b/src/Contact.tsx @@ -67,7 +67,7 @@ class Contact extends React.Component { lists.push(getAllType( 'impp', { - insetChildren: true, + leftIcon: }, (x) => x, (x) => (x.substring(x.indexOf(':') + 1)),