X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/2ab43f230662c3f5d7d7ff75c08bdab0c66b22b0..e4a198bd0cc9ed174cb68345623ce9fbd8923951:/src/views-components/data-explorer/renderers.tsx diff --git a/src/views-components/data-explorer/renderers.tsx b/src/views-components/data-explorer/renderers.tsx index 8b29b24d..e854da0e 100644 --- a/src/views-components/data-explorer/renderers.tsx +++ b/src/views-components/data-explorer/renderers.tsx @@ -220,7 +220,7 @@ enum UserAccountStatus { } const renderAccountStatus = (props: {status: UserAccountStatus}) => - + {(() => { switch(props.status) {