Merge branch '21815-trigrams-exclude-ids'
[arvados.git] / services / workbench2 / src / views-components / data-explorer / data-explorer.tsx
index 0f4fc5635817830e20e175df85bc5eddecddb8ec..dc03454829d214cbc735122c8544bc3514060945 100644 (file)
@@ -30,7 +30,6 @@ const mapStateToProps = ({ progressIndicator, dataExplorer, router, multiselect,
     const isMSToolbarVisible = multiselect.isVisible;
     return {
         ...dataExplorerState,
-        currentRoute: currentRoute,
         paperKey: currentRoute,
         currentRouteUuid: properties.currentRouteUuid,
         isMSToolbarVisible,
@@ -86,7 +85,7 @@ const mapDispatchToProps = () => {
         setSelectedUuid: (uuid: string | null) => {
             dispatch<any>(setSelectedResourceUuid(uuid));
         },
-        
+
         onRowClick,
 
         onRowDoubleClick,