remove debugger
This commit is contained in:
parent
9500eb815d
commit
c769d11fda
@ -117,7 +117,6 @@ const addCart = async (val) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
debugger
|
|
||||||
let res = await marketplaceList.getCartListState()
|
let res = await marketplaceList.getCartListState()
|
||||||
if (res.data && res.data.length) {
|
if (res.data && res.data.length) {
|
||||||
let exists = res.data.find(item => {
|
let exists = res.data.find(item => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user