diff --git a/platform/ui/src/components/StudyListTable/StudyListTableRow.js b/platform/ui/src/components/StudyListTable/StudyListTableRow.js index 120241b48..6d7b2e586 100644 --- a/platform/ui/src/components/StudyListTable/StudyListTableRow.js +++ b/platform/ui/src/components/StudyListTable/StudyListTableRow.js @@ -35,22 +35,20 @@ const StudyListTableRow = props => { onClick={onClickRow} > {row.map((cell, index) => { - const { content, gridCol, name } = cell; + const { content, title, gridCol, name } = cell; return (