feat(SW-322): change output variable name

This commit is contained in:
Fredrik Thorsson
2024-10-08 13:32:10 +02:00
parent febd400c81
commit 84a11d731a
6 changed files with 58 additions and 51 deletions

View File

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