Skip to content

Commit

Permalink
🔃 | UpdateQuantity Real time
Browse files Browse the repository at this point in the history
  • Loading branch information
areallypawa committed Mar 11, 2024
1 parent bf1c88a commit d7dd84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourse/style/telegrampost.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ document.getElementById('tg').addEventListener('submit', function(e) {
message += `<b>Заказ: </b>\n`;
if (cartStorage.length) {
cartStorage.forEach(el => {
const { name, quantity } = el
const { name, id } = el

message += `• ${ name } - ${ Quantity(id) } шт\n`
})}
Expand Down

0 comments on commit d7dd84d

Please sign in to comment.