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

@@ -61,7 +61,7 @@ export default function Blocks({ blocks }: BlocksProps) {
shortcuts={shortcuts}
subtitle={block.shortcuts.subtitle}
title={block.shortcuts.title}
twoColumnList={block.shortcuts.twoColumnList}
hasTwoColumns={block.shortcuts.hasTwoColumns}
/>
)
default: