Remove redundant inline style
This commit is contained in:
parent
648204b6f9
commit
8d4f81ff67
|
@ -33,7 +33,7 @@ module.exports = React.createClass({
|
|||
render: function() {
|
||||
return (
|
||||
<div className="mx_HomePage">
|
||||
<iframe src={`${this.props.teamServerUrl}/static/${this.props.teamToken}/welcome.html`} style={{width: '100%', border: 'none'}}/>
|
||||
<iframe src={`${this.props.teamServerUrl}/static/${this.props.teamToken}/welcome.html`}/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue