X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f6cb749fd3c67e2cbb74198e4d037e3c52e1267a..247b312a502ac3fdcc915a2e6e858a0eea8c0c5b:/src/components/tree/tree.tsx 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>) => {