Remove useless setState

pull/21833/head
Dariusz Niemczyk 2021-08-19 06:43:12 +02:00
parent c8e4e76100
commit 595ba7f59d
No known key found for this signature in database
GPG Key ID: 3E8DC619E3C59A05
1 changed files with 0 additions and 1 deletions

View File

@ -308,7 +308,6 @@ export default class AppTile extends React.Component {
if (this.iframe) { if (this.iframe) {
// Reload iframe // Reload iframe
this.iframe.src = this._sgWidget.embedUrl; this.iframe.src = this._sgWidget.embedUrl;
this.setState({});
} }
}); });
} }