refs #14654-empty-trash-and-favorites
[arvados-workbench2.git] / src / routes / route-change-handlers.ts
index bb88f4a1aff5c33173d9526a9d74753f25a53abf..141ae20b54e57214ec4c9fe8f40362f30c110c8c 100644 (file)
@@ -18,6 +18,7 @@ export const addRouteChangeHandlers = (history: History, store: RootStore) => {
 };
 
 const handleLocationChange = (store: RootStore) => ({ pathname }: Location) => {
+
     const rootMatch = Routes.matchRootRoute(pathname);
     const projectMatch = Routes.matchProjectRoute(pathname);
     const collectionMatch = Routes.matchCollectionRoute(pathname);
@@ -99,4 +100,4 @@ const handleLocationChange = (store: RootStore) => ({ pathname }: Location) => {
     } else if (linksMatch) {
         store.dispatch(WorkbenchActions.loadLinks);
     }
-};
+};
\ No newline at end of file