From 9086660f1b5ad07031d34a444c03bedb00adbf62 Mon Sep 17 00:00:00 2001 From: Blake Mason Date: Wed, 16 Aug 2023 12:10:56 -0700 Subject: [PATCH] [B] Release CalloutEntry renders Release title, teaser, and image --- components/content-blocks/Callout/CalloutEntry/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content-blocks/Callout/CalloutEntry/index.js b/components/content-blocks/Callout/CalloutEntry/index.js index 2029d89a..da3d19e4 100644 --- a/components/content-blocks/Callout/CalloutEntry/index.js +++ b/components/content-blocks/Callout/CalloutEntry/index.js @@ -49,7 +49,7 @@ export default function CalloutEntry({ callout }) { image, images: releaseImages, entryType, - } = entry[0]; + } = entryWithRelease || entry[0]; const { title: type, slug: typeSlug } = entryType[0]; const titleId = `${typeSlug}-${id}`; const calloutDateString = getDateString(