mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-08 21:56:19 +02:00
Remove empty if block
This commit is contained in:
parent
f94272c539
commit
d1dc082489
@ -151,9 +151,6 @@ module.exports = React.createClass({
|
||||
if (ev.key == "Enter") {
|
||||
this.joinRoom(this.refs.roomAlias.value);
|
||||
}
|
||||
if (ev.key == "Down") {
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
render: function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user