21412: fixed nav to aonther user root project Arvados-DCO-1.1-Signed-off-by: Lisa...
[arvados.git] / services / workbench2 / src / store / navigation / navigation-action.ts
index 82598e288c81c64384b595caa2a7f5629d05b101..e797dcf7ab40d157be9c8f219da08584389d66ba 100644 (file)
@@ -40,7 +40,6 @@ export const navigateTo = (uuid: string) => async (dispatch: Dispatch, getState:
             return;
         case ResourceKind.WORKFLOW:
             dispatch<any>(pushOrGoto(getNavUrl(uuid, getState().auth)));
-            // dispatch<any>(openDetailsPanel(uuid));
             return;
     }