Remove useless setState
This commit is contained in:
parent
c8e4e76100
commit
595ba7f59d
1 changed files with 0 additions and 1 deletions
|
@ -308,7 +308,6 @@ export default class AppTile extends React.Component {
|
|||
if (this.iframe) {
|
||||
// Reload iframe
|
||||
this.iframe.src = this._sgWidget.embedUrl;
|
||||
this.setState({});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue