private openPanel()

in src/hub/hub.tsx [119:121]


  private openPanel(): void {
    this.setState({ panelShown: true });
  }