You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Fix a bunch of linting errors
eslint --fix and a few manual ones
This commit is contained in:
@@ -124,7 +124,7 @@ module.exports = React.createClass({
|
||||
return this.refs.video;
|
||||
},
|
||||
|
||||
render: function(){
|
||||
render: function() {
|
||||
var VideoView = sdk.getComponent('voip.VideoView');
|
||||
|
||||
var voice;
|
||||
|
||||
Reference in New Issue
Block a user