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) {
|
if (this.iframe) {
|
||||||
// Reload iframe
|
// Reload iframe
|
||||||
this.iframe.src = this._sgWidget.embedUrl;
|
this.iframe.src = this._sgWidget.embedUrl;
|
||||||
this.setState({});
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue