Remove redundant role elements
This commit is contained in:
parent
5e855e6fee
commit
548f319816
1 changed files with 3 additions and 3 deletions
|
@ -552,12 +552,12 @@ module.exports = React.createClass({
|
||||||
switch (section) {
|
switch (section) {
|
||||||
case 'im.vector.fake.direct':
|
case 'im.vector.fake.direct':
|
||||||
return <span className="mx_RoomList_headerButtons">
|
return <span className="mx_RoomList_headerButtons">
|
||||||
<StartChatButton role='start_chat' size="16" />
|
<StartChatButton size="16" />
|
||||||
</span>;
|
</span>;
|
||||||
case 'im.vector.fake.recent':
|
case 'im.vector.fake.recent':
|
||||||
return <span className="mx_RoomList_headerButtons">
|
return <span className="mx_RoomList_headerButtons">
|
||||||
<RoomDirectoryButton role='room_directory' size="16" />
|
<RoomDirectoryButton size="16" />
|
||||||
<CreateRoomButton role='create_room' size="16" />
|
<CreateRoomButton size="16" />
|
||||||
</span>;
|
</span>;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue