diff --git a/webapp/src/components/App/Studies/StudyCard.tsx b/webapp/src/components/App/Studies/StudyCard.tsx index 976ee7acd8..4df2222511 100644 --- a/webapp/src/components/App/Studies/StudyCard.tsx +++ b/webapp/src/components/App/Studies/StudyCard.tsx @@ -376,6 +376,14 @@ const StudyCard = memo((props: Props) => { }, }} > + {study.archived && ( + } + label="archive" + color="warning" + size="small" + /> + )} {study.type === StudyType.VARIANT && ( }