Commit a8a27302 authored by Francis Renaud's avatar Francis Renaud
Browse files

Resolved small conflict in mobilityEventPane

parent 15f7a77d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -185,9 +185,9 @@ class ExecPageContainer extends Component {

  showApps(show) {
    this.props.changeShowApps(show);
    // _.defer(() => {
    //   this.props.execVis.network.setData(this.props.execVisData);
    // });
    _.defer(() => {
      this.props.execVis.network.setData(this.props.execVisData);
    });
  }

  renderDialogs() {