Fix broken commit.

pull/21833/head
Richard Lewis 2017-11-08 20:38:54 +00:00
parent 56581ef408
commit 8016fb82d7
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ export default React.createClass({
} else { } else {
appTileBody = ( appTileBody = (
<div className={this.state.loading ? 'mx_AppTileBody mx_AppLoading' : 'mx_AppTileBody'}> <div className={this.state.loading ? 'mx_AppTileBody mx_AppLoading' : 'mx_AppTileBody'}>
{ this.loading && loadingElement } { this.state.loading && loadingElement }
<iframe <iframe
ref="appFrame" ref="appFrame"
src={safeWidgetUrl} src={safeWidgetUrl}