merge master + cr change
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 33181b373f66e995d53869cb74820c6da1c2db4d..0e87769e24a57095f4e74fd578f5c46ed1358c59 100644 (file)
@@ -21,7 +21,7 @@ export const navigateTo = (uuid: string) =>
             dispatch<any>(navigateToCollection(uuid));
         } else if (kind === ResourceKind.CONTAINER_REQUEST) {
             dispatch<any>(navigateToProcess(uuid));
-        } 
+        }
         if (uuid === SidePanelTreeCategory.FAVORITES) {
             dispatch<any>(navigateToFavorites);
         }
@@ -41,7 +41,7 @@ export const navigateToProcessLogs = compose(push, getProcessLogUrl);
 
 export const navigateToRootProject = (dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => {
     const rootProjectUuid = services.authService.getUuid();
-    if(rootProjectUuid){
+    if (rootProjectUuid) {
         dispatch(navigateToProject(rootProjectUuid));
     }
 };
\ No newline at end of file