I have a problem which I could not figure out. I have this function which calculates the total price:
const [totalPrice, setTotalPrice] = useState(0); con