mirror of https://github.com/vector-im/riot-web
aargh
parent
f19044fef2
commit
9391dc6c2a
|
@ -57,9 +57,7 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
render: function() {
|
render: function() {
|
||||||
return (
|
return (
|
||||||
<div className="mx_IntegrationsManager">
|
|
||||||
<iframe src={ this.props.src }></iframe>
|
<iframe src={ this.props.src }></iframe>
|
||||||
</div>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue