Skip to content

Commit

Permalink
Merge pull request #1633 from ramjc/patch-1
Browse files Browse the repository at this point in the history
Me: Add missing displayName for PeopleProfile component
  • Loading branch information
ebinnion committed Dec 15, 2015
2 parents c2f7a64 + 6806ec5 commit 6d84e0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/my-sites/people/people-profile/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ var React = require( 'react/addons' ),
var Gravatar = require( 'components/gravatar' );

module.exports = React.createClass( {
displayName: 'PeopleProfile',

mixins: [ React.addons.PureRenderMixin ],

getRole: function() {
Expand Down

0 comments on commit 6d84e0b

Please sign in to comment.