refs #master Fix small bugsfor details panel and dialog project update
[arvados.git] / src / index.tsx
index 443e76f3e62a42597d804aefd779b32b3f65ffa9..b368d3f88f9cdf560f9f6c5a6b3340c23cf88d2a 100644 (file)
@@ -52,7 +52,7 @@ fetchConfig()
         const store = configureStore(history, services);
 
         store.dispatch(initAuth());
-        store.dispatch(getProjectList(services.authService.getUuid()));
+        store.dispatch(getProjectList(services.authService.getUuid()));  
 
         const TokenComponent = (props: any) => <ApiToken authService={services.authService} {...props}/>;
         const WorkbenchComponent = (props: any) => <Workbench authService={services.authService} buildInfo={buildInfo} {...props}/>;