X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/4ecec1c730f1a3fcfd5082cdc14250d39dac199c..47b1e9b2fa97d03438d4ef35f90a5fd0a33bbe34:/src/views/workbench/workbench-loading-screen.tsx diff --git a/src/views/workbench/workbench-loading-screen.tsx b/src/views/workbench/workbench-loading-screen.tsx index e8f9a282..30401034 100644 --- a/src/views/workbench/workbench-loading-screen.tsx +++ b/src/views/workbench/workbench-loading-screen.tsx @@ -26,7 +26,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ export const WorkbenchLoadingScreen = withStyles(styles)(({ classes }: WithStyles) => - + );