Fix lint error
This commit is contained in:
parent
00b7b78ee8
commit
90dc7aaa41
|
@ -259,7 +259,8 @@ export const updateStorePatterns = async (
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
data: {
|
data: {
|
||||||
products_information: product,
|
products_information: product,
|
||||||
last_product: index === response.product_content.length - 1,
|
last_product:
|
||||||
|
index === response.product_content.length - 1,
|
||||||
},
|
},
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue