refactor(SW-194): change naming
This commit is contained in:
@@ -18,7 +18,7 @@ export default function Blocks({ blocks }: BlocksProps) {
|
||||
case BlocksEnums.block.Accordion:
|
||||
return (
|
||||
<AccordionSection
|
||||
accordion={block.accordion.faq}
|
||||
accordion={block.accordion.accordions}
|
||||
title={block.accordion.title}
|
||||
key={`${block.typename}-${idx}`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user