Posts by Gabriel Saraiva • 1 point
1 post
-
0
votes1
answer26
viewsA: Order products (Array)
You can make a map inside this other {transactions.map((order) => { return (<ul className="collection" key={order._id}> Pedido nº<strong> {order.order_number}</strong> - Data:…