From d5e09062859cc29dff60b16be912ff3743173b34 Mon Sep 17 00:00:00 2001 From: Janicki Artur Date: Fri, 6 Jul 2018 12:11:31 +0200 Subject: [PATCH] modify icon component Feature #13765 Arvados-DCO-1.1-Signed-off-by: Janicki Artur --- src/components/icon/icon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index b0b4e292..3682b775 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -24,8 +24,8 @@ const getSpecificIcon = (props: any) => ({ folder: , close: , project: , - collection: , - process: + collection: , + process: }); class IconBase extends React.Component { -- 2.30.2