Fix broken commit.

This commit is contained in:
Richard Lewis 2017-11-08 20:38:54 +00:00
parent 56581ef408
commit 8016fb82d7

View file

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