1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

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}