diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js index b83ddbcee9..3972b0d0be 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -416,8 +416,12 @@ export default React.createClass({ appTileBody = (
{ this.state.loading && loadingElement } + { /* + The "is" attribute in the following iframe tag is needed in order to enable rendering of the + "allow" attribute, which is unknown to react 15. + */ }