Remove unused conditional
parent
b9f9a914df
commit
6345e474f5
|
@ -359,9 +359,6 @@ export default class AppTile extends React.Component {
|
||||||
if (!this.widgetMessaging) {
|
if (!this.widgetMessaging) {
|
||||||
this._onInitialLoad();
|
this._onInitialLoad();
|
||||||
}
|
}
|
||||||
if (this._exposeWidgetMessaging) {
|
|
||||||
this._exposeWidgetMessaging(this.widgetMessaging);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue