Skip to content

Commit

Permalink
[B] Release CalloutEntry renders Release title, teaser, and image
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mason authored and blnkt committed Aug 16, 2023
1 parent fbb9209 commit 9086660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content-blocks/Callout/CalloutEntry/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 9086660

Please sign in to comment.