X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8d3cf07be66fb6b8a58c3999783ebc753c30428f..14ea76bb7d708577c4ea59f6baafc1f6facaf91b:/services/workbench2/src/components/data-explorer/data-explorer.tsx?ds=sidebyside diff --git a/services/workbench2/src/components/data-explorer/data-explorer.tsx b/services/workbench2/src/components/data-explorer/data-explorer.tsx index ba710bc783..e29ff9c55e 100644 --- a/services/workbench2/src/components/data-explorer/data-explorer.tsx +++ b/services/workbench2/src/components/data-explorer/data-explorer.tsx @@ -169,6 +169,7 @@ export const DataExplorer = withStyles(styles)( setCheckedListOnStore, checkedList, working, + page, } = this.props; return ( {elementPath && ( - {elementPath} + {elementPath.length > 2 ? elementPath : ''} )} ) : (