X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/a2eefb6888ba68ffdf6efe49f4f05b388443330d..31e84a9315728c2f58a26bf0e9e1d2b38326fb86:/src/components/tree/virtual-tree.tsx diff --git a/src/components/tree/virtual-tree.tsx b/src/components/tree/virtual-tree.tsx index 52867a83..5eb23ba1 100644 --- a/src/components/tree/virtual-tree.tsx +++ b/src/components/tree/virtual-tree.tsx @@ -188,7 +188,6 @@ export const VirtualTree = withStyles(styles)( class Component extends React.Component & WithStyles, {}> { render(): ReactElement { const { items, render } = this.props; - return {({ height, width }) => { return VirtualList(height, width, items || [], render, this.props);