From 2407aa01d18c513d909201b9b2903445cc0ed4a5 Mon Sep 17 00:00:00 2001 From: David Ochoa Date: Mon, 9 Dec 2024 16:58:05 +0000 Subject: [PATCH] feat: publication drawer in study page --- apps/platform/src/pages/StudyPage/StudyProfileHeader.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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} - + }