export default function Cart(props) { const dispatch = useDispatch(); const branch = useSelector((state) => get(state, "vendor.currentBranch")); cons