From 247b312a502ac3fdcc915a2e6e858a0eea8c0c5b Mon Sep 17 00:00:00 2001 From: Pawel Kromplewski Date: Thu, 8 Nov 2018 10:42:01 +0100 Subject: [PATCH] Expand icon size Feature #14425 Arvados-DCO-1.1-Signed-off-by: Pawel Kromplewski --- src/components/tree/tree.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tree/tree.tsx b/src/components/tree/tree.tsx index b6d77197..4cbefbd2 100644 --- a/src/components/tree/tree.tsx +++ b/src/components/tree/tree.tsx @@ -146,7 +146,7 @@ export const Tree = withStyles(styles)( } getProperArrowAnimation = (status: string, items: Array>) => { - return this.isSidePanelIconNotNeeded(status, items) ? : ; + return this.isSidePanelIconNotNeeded(status, items) ? : ; } isSidePanelIconNotNeeded = (status: string, items: Array>) => { -- 2.30.2