Update getComponent paths
This commit is contained in:
parent
726c893663
commit
636be0c003
2 changed files with 4 additions and 4 deletions
|
@ -226,7 +226,7 @@ module.exports = React.createClass({
|
|||
<img className="mx_RoomList_expandButton" onClick={ this.onShowClick } src="img/menu.png" width="20" alt=">"/> :
|
||||
null;
|
||||
|
||||
var RoomSubList = sdk.getComponent('organisms.RoomSubList');
|
||||
var RoomSubList = sdk.getComponent('structures.RoomSubList');
|
||||
var self = this;
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue