We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afb4a2b + e1ac497 commit 9e071dbCopy full SHA for 9e071db
1 file changed
src/libs/ReimbursementAccountUtils.ts
@@ -35,7 +35,7 @@ function getBankAccountIDAsNumber(achData?: ACHDataReimbursementAccount): number
35
36
/** Returns true if VBBA flow is in progress */
37
const hasInProgressVBBA = (achData?: ACHDataReimbursementAccount, isNonUSDWorkspace?: boolean, policyID?: string) => {
38
- if (achData?.policyID !== policyID) {
+ if (policyID && achData?.policyID !== policyID) {
39
return false;
40
}
41
0 commit comments