refactor: use const instead of var in CouponCodeInput.js
Modified 'var' declarations to 'const' in CouponCodeInput.js file for better ES6 compliance. This refactoring helps increase code readability and ensures variables are block-scoped, reducing the risk of accidental variable reassignment or mutation.
Übergeordneter
782f0cd0
No related branches found
No related tags found
Bitte registrieren oder Anmelden zum Kommentieren