mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-30 19:01:17 +02:00
fix warning about missing thead
This commit is contained in:
parent
5aa468f1e3
commit
bc3ee949f5
@ -135,7 +135,9 @@ module.exports = React.createClass({
|
|||||||
<input ref="roomAlias" placeholder="Join a room (e.g. #foo:domain.com)" className="mx_RoomDirectory_input" size="64" onKeyUp={ this.onKeyUp }/>
|
<input ref="roomAlias" placeholder="Join a room (e.g. #foo:domain.com)" className="mx_RoomDirectory_input" size="64" onKeyUp={ this.onKeyUp }/>
|
||||||
<div className="mx_RoomDirectory_tableWrapper">
|
<div className="mx_RoomDirectory_tableWrapper">
|
||||||
<table className="mx_RoomDirectory_table">
|
<table className="mx_RoomDirectory_table">
|
||||||
|
<thead>
|
||||||
<tr><th width="45%">Room</th><th width="45%">Alias</th><th width="10%">Members</th></tr>
|
<tr><th width="45%">Room</th><th width="45%">Alias</th><th width="10%">Members</th></tr>
|
||||||
|
</thead>
|
||||||
{ this.getRows(this.state.roomAlias) }
|
{ this.getRows(this.state.roomAlias) }
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user