Skip to content

Commit 31b8603

Browse files
committed
Fix double id for CustomProperties
1 parent fdf4d83 commit 31b8603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-react/.storybook/polaris-readme-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = function loader(source) {
3232
const omitAppProvider = [
3333
'Frame',
3434
'App provider',
35-
'Custom properties',
35+
'CustomProperties',
3636
].includes(readme.name);
3737

3838
const csfExports = readme.examples.map((example) => {

0 commit comments

Comments
 (0)