private closePanel()

in app/templates/src/hub/hub.tsx [123:125]


  private closePanel(): void {
    this.setState({ panelShown: false });
  }