diff --git a/src/layouts/welcome-page/welcome-page.vue b/src/layouts/welcome-page/welcome-page.vue index 2c0d7f27..cbf44a36 100644 --- a/src/layouts/welcome-page/welcome-page.vue +++ b/src/layouts/welcome-page/welcome-page.vue @@ -356,7 +356,7 @@ export default { if (!this.mainStore.order.loadedFromCookie && !this.mainStore.order.visitedDuplicateCheckPage) { await this.mainStore.getDuplicateReferrals(); - // If we do not have any duplicates. + // If we do not have any duplicates. // Call SaveSession to create referral. // Then call getCoveragePolicyInfo to get the policy info. if (this.mainStore.applicationUser.duplicateOrders?.length === 0) {