diff --git a/platform/ui/src/components/StudyListTable/StudyListTableRow.js b/platform/ui/src/components/StudyListTable/StudyListTableRow.js index a6e42f39d..dbaa37389 100644 --- a/platform/ui/src/components/StudyListTable/StudyListTableRow.js +++ b/platform/ui/src/components/StudyListTable/StudyListTableRow.js @@ -8,6 +8,7 @@ const StudyListTableRow = (props) => { return ( <> + { })} {isExpanded && ( - + {expandedContent} )}