Merged in fix/teaser-card-issue (pull request #2459)
fix(SW-3120): update teaser card validation * fix: update teaser card validation Approved-by: Michael Zetterberg Approved-by: Linus Flood
This commit is contained in:
@@ -39,10 +39,12 @@ export default function TeaserCardSidepeek({
|
||||
handleClose={() => setSidePeekIsOpen(false)}
|
||||
openInRoot
|
||||
>
|
||||
<JsonToHtml
|
||||
nodes={content.json.children}
|
||||
embeds={content.embedded_itemsConnection.edges}
|
||||
/>
|
||||
{content ? (
|
||||
<JsonToHtml
|
||||
nodes={content.json.children}
|
||||
embeds={content.embedded_itemsConnection.edges}
|
||||
/>
|
||||
) : null}
|
||||
<div className={styles.ctaContainer}>
|
||||
{primary_button && (
|
||||
<ButtonLink
|
||||
|
||||
Reference in New Issue
Block a user