Skip to content

Commit

Permalink
fix(storybook): display name for Component Name (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriamiravaka-rado authored and guillaumechervetaxa committed Jan 21, 2019
1 parent 6848006 commit 874f984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/Layout/header/src/Name/Name.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ class Name extends React.Component {

Name.propTypes = propTypes;
Name.defaultProps = defaultProps;
Name.displayName = "Name";

export default Name;

0 comments on commit 874f984

Please sign in to comment.