Skip to content

Commit

Permalink
chore(storybook): reorder meta object
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Finney authored and Simon Finney committed Dec 9, 2019
1 parent 8767fc6 commit cabdd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ Also refer to http://react.carbondesignsystem.com/?path=/story/${carbon.story}--
* @returns {Object<string, string>} The configuration containing information to apply.
*/
const meta = (title, description) => ({
title,
parameters: info(description),
title,
});

export {
Expand Down

0 comments on commit cabdd2c

Please sign in to comment.