fix typo for scroller prop from width to backgroundWidth
This commit is contained in:
parent
24dbdfc09e
commit
f3d7896728
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ Then parse the relevant ArchieML block object before passing to the `Scroller` c
|
|||
{#if block.type === 'ai-scroller'}
|
||||
<Scroller
|
||||
id={block.id}
|
||||
backgroundWidth={block.width}
|
||||
backgroundWidth={block.backgroundWidth}
|
||||
foregroundPosition={block.foregroundPosition}
|
||||
stackBackground={truthy(block.stackBackground)}
|
||||
steps={block.steps.map((step) => ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue