Advertisement
deddyprianto

pop push

Dec 14th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. // items.splice()
  2. // if (isHandleSpesialStriction) {
  3. // items.push({
  4. // modifierId,
  5. // modifierProductId,
  6. // qty,
  7. // price,
  8. // name,
  9. // min,
  10. // max,
  11. // });
  12. // setSelectedProductModifiers(items);
  13. // } else {
  14. // items.pop({
  15. // modifierId,
  16. // modifierProductId,
  17. // qty,
  18. // price,
  19. // name,
  20. // min,
  21. // max,
  22. // });
  23. // setSelectedProductModifiers(items);
  24. // }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement