Skip to content

Commit 32430be

Browse files
Update components/Storyblok/SbRowOneColumn.tsx
Co-authored-by: Sherakama <sheamck@stanford.edu>
1 parent cb568ea commit 32430be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Storyblok/SbRowOneColumn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type SbRowOneColumnProps = {
1111
export const SbRowOneColumn = (props: SbRowOneColumnProps) => {
1212
return (
1313
<div {...storyblokEditable(props.blok)}>
14-
<CreateBloks blokSection={props.blok.columnDontent} />
14+
<CreateBloks blokSection={props.blok.columnContent} />
1515
</div>
1616
);
1717
};

0 commit comments

Comments
 (0)