В
Size: a a a
В
YK
IN
🧨
DS
Object.entries(cartObj).map(
([id, {amount, price}]) =>
<CartItem key={id} amount={amount} price={price} />
)🧨
Object.entries(cartObj).map(
([id, {amount, price}]) =>
<CartItem key={id} amount={amount} price={price} />
)IN
DS
R
🧨
IN
R
R
DS
🧨
🧨
DS
🧨
В
DP