Skip to content

Commit c2a4f1b

Browse files
committed
Fix variants prop name
1 parent 742acbf commit c2a4f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/variant-select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const VariantSelect = () => {
8383

8484
return (
8585
<Box css={{'margin-top': '25px'}}>
86-
<VariantMenu variantPages={variants} path={path} />
86+
<VariantMenu variants={variants} path={path} />
8787
</Box>
8888
)
8989
}

0 commit comments

Comments
 (0)