Skip to content

Commit

Permalink
fixup publication type graphql change
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Dec 11, 2024
1 parent 780609e commit f27f090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/node/stanford-publication/page-display.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const StanfordPublication = async ({node, ...props}: {node: NodeStanfordPublicat
</div>
)}

{node.suPublicationCitation?.__typename === "SuArticleJournal" &&
{node.suPublicationCitation?.__typename === "CitationSuArticleJournal" &&
node.suPublicationCitation.suJournalPublisher && (
<div className="rs-mb-2">
<h2 className="mb-01em text-16 md:text-18 2xl:text-19">Journal Name</h2>
Expand Down

0 comments on commit f27f090

Please sign in to comment.