private closePanel()

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


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