diff --git a/platform/viewer/src/routes/StudyListContainer/StudyListContainer.jsx b/platform/viewer/src/routes/StudyListContainer/StudyListContainer.jsx index b1e86e774..5742b1f7c 100644 --- a/platform/viewer/src/routes/StudyListContainer/StudyListContainer.jsx +++ b/platform/viewer/src/routes/StudyListContainer/StudyListContainer.jsx @@ -164,7 +164,9 @@ function StudyListContainer({ history, data: studies }) { row: [ { key: 'patientName', - content: patientName, + content: patientName + ? patientName + : ((Empty)), title: patientName, gridCol: 4, },