diff --git a/app/src/components/events/partials/PublishedCell.tsx b/app/src/components/events/partials/PublishedCell.tsx index e5b3a1a09f..3ba60a64b8 100644 --- a/app/src/components/events/partials/PublishedCell.tsx +++ b/app/src/components/events/partials/PublishedCell.tsx @@ -36,14 +36,14 @@ const PublishCell = ({ }, []); return ( -
+
{row.publications.length ? ( <> {showPopup && ( -
+
{/* Show a list item for each publication of an event that isn't hidden*/} @@ -58,8 +58,6 @@ const PublishCell = ({ target="_blank" rel='noreferrer' key={key} -// @ts-expect-error TS(2322): Type '{ children: Element; href: any; className: s... Remove this comment to see the full error message - enabled > {t(publication.name)}