From: Janicki Artur Date: Fri, 6 Jul 2018 10:11:31 +0000 (+0200) Subject: modify icon component X-Git-Tag: 1.2.0~54^2~4 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/d5e09062859cc29dff60b16be912ff3743173b34 modify icon component Feature #13765 Arvados-DCO-1.1-Signed-off-by: Janicki Artur --- 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 {