X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/01e4b29eb65a760650476a8f5f059413130921f4..2c2bd28224c2480276ae714c54ab1be0a6896efd:/src/index.tsx diff --git a/src/index.tsx b/src/index.tsx index 443e76f3e6..b368d3f88f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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) => ; const WorkbenchComponent = (props: any) => ;