Missed one

This commit is contained in:
Kegan Dougal 2015-11-26 14:29:26 +00:00
parent ab22ca6a28
commit 8517f9f2bf

View File

@ -37,7 +37,7 @@ module.exports = React.createClass({
}, },
render: function() { render: function() {
var RoomAvatar = sdk.getComponent('atoms.RoomAvatar'); var RoomAvatar = sdk.getComponent('avatars.RoomAvatar');
var avatarImg; var avatarImg;
// Having just set an avatar we just display that since it will take a little // Having just set an avatar we just display that since it will take a little
// time to propagate through to the RoomAvatar. // time to propagate through to the RoomAvatar.