if (index === 0) { return ( <h1 className="box_list_header" onClick={this.handleBackToRoomList} >{room.room_name}</h1> ) }