Posts by Luan Silva • 7 points
1 post
-
-1
votes1
answer34
viewsQ: How to add only 1 time the same item in the cart ? (Javascript)
How would you add only 1 time the same item in the cart? import React, { Component } from "react"; import * as S from './styles' //Components import ImgCar from '../src/components/imgs/car.svg';…