This commit is contained in:
Matthew Hodgson 2016-09-19 07:41:32 -04:00
parent f19044fef2
commit 9391dc6c2a

View file

@ -57,9 +57,7 @@ module.exports = React.createClass({
render: function() {
return (
<div className="mx_IntegrationsManager">
<iframe src={ this.props.src }></iframe>
</div>
<iframe src={ this.props.src }></iframe>
);
}
});