diff --git a/src/components/analyses/details/InfoPanel.js b/src/components/analyses/details/InfoPanel.js index 30ef868dd..241fe6937 100644 --- a/src/components/analyses/details/InfoPanel.js +++ b/src/components/analyses/details/InfoPanel.js @@ -59,7 +59,7 @@ function Updates(props) { const timestamp = update.timestamp; const message = update.message; return ( - <> + - + ); })} diff --git a/src/components/analyses/details/ParamsPanel.js b/src/components/analyses/details/ParamsPanel.js index 8842cf54d..33e1ab756 100644 --- a/src/components/analyses/details/ParamsPanel.js +++ b/src/components/analyses/details/ParamsPanel.js @@ -80,7 +80,11 @@ function AnalysisParams(props) { let columns = columnData(t); if (isParamsFetching) { - return ; + return ( + + +
+ ); } if (!parameters && !isParamsFetching && !paramsFetchError) {