CSR-1144
typo
This commit is contained in:
parent
d30a8316b2
commit
b4cfc1ed6c
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ export default {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else {
|
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(
|
const removeEarlyBirdIndex = supportingItems.findIndex(
|
||||||
(item) => item.partNumber == PREMIUM_FEE_PART_TYPE
|
(item) => item.partNumber == PREMIUM_FEE_PART_TYPE
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue