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