Update addon-docs.stories.js

This commit is contained in:
Michael Shilman 2019-12-01 11:04:05 +08:00 committed by GitHub
parent bcf66e3524
commit d92b315473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ import { DocgenButton } from '../../components/DocgenButton';
const docsTitle = title => `Docs/${title}`;
export default {
title: `Addons/${docsTitle('Stories')}`,
title: `Addons/${docsTitle('stories')}`,
component: DocgenButton,
};