Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
1eb238c37e
commit
75a9fd8405
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ export default {
|
||||||
if (!this.mainStore.order.loadedFromCookie && !this.mainStore.order.visitedDuplicateCheckPage) {
|
if (!this.mainStore.order.loadedFromCookie && !this.mainStore.order.visitedDuplicateCheckPage) {
|
||||||
await this.mainStore.getDuplicateReferrals();
|
await this.mainStore.getDuplicateReferrals();
|
||||||
|
|
||||||
// If we do not have any duplicates.
|
// If we do not have any duplicates.
|
||||||
// Call SaveSession to create referral.
|
// Call SaveSession to create referral.
|
||||||
// Then call getCoveragePolicyInfo to get the policy info.
|
// Then call getCoveragePolicyInfo to get the policy info.
|
||||||
if (this.mainStore.applicationUser.duplicateOrders?.length === 0) {
|
if (this.mainStore.applicationUser.duplicateOrders?.length === 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue