master
render
render() { const { loading, clients, connections, error, showModal } = this.props; if (loading || error) { return <div />;