fix(SW-438): fix refs
This commit is contained in:
@@ -30,15 +30,12 @@ export default function Sidebar({ blocks }: SidebarProps) {
|
||||
</section>
|
||||
)
|
||||
case SidebarEnums.blocks.ContentCard:
|
||||
console.log("EEE", block.content_card)
|
||||
return (
|
||||
<TeaserCard
|
||||
{...block.content_card}
|
||||
title={block.content_card.heading}
|
||||
description={block.content_card.body_text}
|
||||
style={
|
||||
block.content_card.theme === "gray" ? "default" : "featured"
|
||||
}
|
||||
style={block.content_card.theme}
|
||||
/>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user