typo
This commit is contained in:
CarlNation 2023-06-07 13:25:33 -04:00
parent d30a8316b2
commit b4cfc1ed6c

View file

@ -375,7 +375,7 @@ export default {
);
}
else {
// if it's not a mobile and/or premium early bird, then make sure we remove any that may have beedn added
// if it's not a mobile and/or premium early bird, then make sure we remove any that may have been added
const removeEarlyBirdIndex = supportingItems.findIndex(
(item) => item.partNumber == PREMIUM_FEE_PART_TYPE
);