fix(SW-285): use correct prop name for section header
This commit is contained in:
@@ -53,7 +53,7 @@ export default function DynamicContent({
|
||||
) : displayHeader ? (
|
||||
<SectionHeader
|
||||
link={dynamicContent.link}
|
||||
subtitle={dynamicContent.subtitle}
|
||||
preamble={dynamicContent.subtitle}
|
||||
title={dynamicContent.title}
|
||||
topTitle={firstItem}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user