feat(SW-322): variable name change

This commit is contained in:
Fredrik Thorsson
2024-10-09 08:45:53 +02:00
parent 84a11d731a
commit 67a33c9dc8
6 changed files with 9 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ export default function Content({ content }: ContentProps) {
shortcuts={shortcuts}
subtitle={item.shortcuts.subtitle}
title={item.shortcuts.title}
twoColumnList={item.shortcuts.twoColumnList}
hasTwoColumns={item.shortcuts.hasTwoColumns}
/>
)
case BlocksEnums.block.TextContent: