diff --git a/apps/platform/src/pages/StudyPage/StudyProfileHeader.tsx b/apps/platform/src/pages/StudyPage/StudyProfileHeader.tsx index c001c9cf3..5f7e64198 100644 --- a/apps/platform/src/pages/StudyPage/StudyProfileHeader.tsx +++ b/apps/platform/src/pages/StudyPage/StudyProfileHeader.tsx @@ -8,6 +8,7 @@ import { SummaryStatsTable, LabelChip, DisplaySampleSize, + PublicationsDrawer, } from "ui"; import { Box } from "@mui/material"; import { populationMap } from "../../constants"; @@ -114,9 +115,10 @@ function ProfileHeader() { )} {pubmedId && - - {pubmedId} - + }