fix: correct mistakes letters in word
This commit is contained in:
@@ -38,7 +38,7 @@ export default function Shop() {
|
||||
try {
|
||||
await api.addToCart({
|
||||
item_id: product.id,
|
||||
quanity: selectedWeight,
|
||||
quantity: selectedWeight,
|
||||
});
|
||||
alert(`${product.name} добавлен в корзину`);
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user