Add displayNames so they're not all just 'exports' in the react debugger

This commit is contained in:
David Baker 2015-06-19 16:21:09 +01:00
parent 41014af471
commit e77e9b7704
18 changed files with 18 additions and 0 deletions

View file

@ -7,6 +7,7 @@ var LogoutButton = ComponentBroker.get("atoms/LogoutButton");
var MatrixToolbarController = require("../../controllers/molecules/MatrixToolbar");
module.exports = React.createClass({
displayName: 'MatrixToolbar',
mixins: [MatrixToolbarController],
render: function() {