From b4cfc1ed6c9f3c5c989abfe487d32002282b07fb Mon Sep 17 00:00:00 2001 From: CarlNation Date: Wed, 7 Jun 2023 13:25:33 -0400 Subject: [PATCH] CSR-1144 typo --- src/layouts/schedule/schedule.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index b79d31014..775fc3088 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -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 );