Fix AppTile.js indent

pull/21833/head
Dariusz Niemczyk 2021-08-19 06:42:10 +02:00
parent f68309f996
commit 5553e40f0c
No known key found for this signature in database
GPG Key ID: 3E8DC619E3C59A05
1 changed files with 20 additions and 20 deletions

View File

@ -333,7 +333,7 @@ export default class AppTile extends React.Component {
// this would only be for content hosted on the same origin as the element client: anything
// hosted on the same origin as the client will get the same access as if you clicked
// a link to it.
const sandboxFlags = "allow-forms allow-popups allow-popups-to-escape-sandbox "+
const sandboxFlags = "allow-forms allow-popups allow-popups-to-escape-sandbox " +
"allow-same-origin allow-scripts allow-presentation";
// Additional iframe feature pemissions