<ul className="join-channel-user-list flex">
                        {   
                            
                            this.state.users.map( user => {
                                if ( user.id === this.props.currentUser.id || user.full_name === "Hypebot"){