container uuid column up
[arvados-workbench2.git] / src / views-components / data-explorer / data-explorer.tsx
index 06d97038e759c96712502ab52f6e9c80ba2af3c1..46aca4554ddfe506deda4caca5e08e869d40a2af 100644 (file)
@@ -27,7 +27,6 @@ const mapStateToProps = (state: RootState, { id }: Props) => {
     const currentRoute = state.router.location ? state.router.location.pathname : '';
     const currentRefresh = localStorage.getItem(LAST_REFRESH_TIMESTAMP) || '';
     const currentItemUuid = currentRoute === '/workflows' ? state.properties.workflowPanelDetailsUuid : state.detailsPanel.resourceUuid;
-
     return {
         ...dataExplorerState,
         working: !!progress?.working,