Add displayNames so they're not all just 'exports' in the react debugger
This commit is contained in:
parent
41014af471
commit
e77e9b7704
18 changed files with 18 additions and 0 deletions
|
@ -10,6 +10,7 @@ var RoomViewController = require("../../controllers/organisms/RoomView");
|
|||
|
||||
|
||||
module.exports = React.createClass({
|
||||
displayName: 'RoomView',
|
||||
mixins: [RoomViewController],
|
||||
|
||||
getMessageTiles: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue