diff --git a/platform/ui/src/components/studyList/StudyList.js b/platform/ui/src/components/studyList/StudyList.js index f300335fc9e..3ce1bbd1286 100644 --- a/platform/ui/src/components/studyList/StudyList.js +++ b/platform/ui/src/components/studyList/StudyList.js @@ -145,14 +145,14 @@ function StudyList(props) { {/* LOADING */} {isLoading && ( - + )} {!isLoading && hasError && ( - +
{t('There was an error fetching studies')}
@@ -162,7 +162,7 @@ function StudyList(props) { {/* EMPTY */} {!isLoading && !studies.length && ( - +
{t('No matching results')}