From 0d498ba17ddde8d8f0c51d742770e1574041eec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B1=B3=E8=80=81=E6=9C=B1?= Date: Tue, 29 Oct 2019 19:05:36 +0800 Subject: [PATCH] fix(StudyList): camel case colSpan (#1123) --- platform/ui/src/components/studyList/StudyList.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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')}