0
Q:

get the first value when mapping through the array

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

New to Communities?

Join the community