We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cae5e7 commit c12c716Copy full SHA for c12c716
src/skins/vector/views/organisms/RoomSubList.js
@@ -265,7 +265,7 @@ var RoomSubList = React.createClass({
265
return connectDropTarget(
266
<div>
267
<h2 onClick={ this.onClick } className="mx_RoomSubList_label">{ this.props.collapsed ? '' : this.props.label }
268
- <img className="mx_RoomSubList_chevron" src={ this.state.hidden ? "/img/list-open.png" : "/img/list-close.png" } width="10" height="10"/>
+ <img className="mx_RoomSubList_chevron" src={ this.state.hidden ? "img/list-open.png" : "img/list-close.png" } width="10" height="10"/>
269
</h2>
270
{ subList }
271
</div>
0 commit comments