From f27f090ee0391bad62a059064e070f94661a24c8 Mon Sep 17 00:00:00 2001 From: rebeccahongsf Date: Wed, 11 Dec 2024 15:29:00 -0800 Subject: [PATCH] fixup publication type graphql change --- src/components/node/stanford-publication/page-display.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/node/stanford-publication/page-display.tsx b/src/components/node/stanford-publication/page-display.tsx index f2c9b74f..517a5624 100644 --- a/src/components/node/stanford-publication/page-display.tsx +++ b/src/components/node/stanford-publication/page-display.tsx @@ -40,7 +40,7 @@ const StanfordPublication = async ({node, ...props}: {node: NodeStanfordPublicat )} - {node.suPublicationCitation?.__typename === "SuArticleJournal" && + {node.suPublicationCitation?.__typename === "CitationSuArticleJournal" && node.suPublicationCitation.suJournalPublisher && (

Journal Name