diff --git a/src/pages/ReimbursementAccount/BankInfo/substeps/Confirmation.tsx b/src/pages/ReimbursementAccount/BankInfo/substeps/Confirmation.tsx index e9edc9329eec..6b071bfe13c6 100644 --- a/src/pages/ReimbursementAccount/BankInfo/substeps/Confirmation.tsx +++ b/src/pages/ReimbursementAccount/BankInfo/substeps/Confirmation.tsx @@ -79,7 +79,7 @@ function Confirmation({reimbursementAccount, reimbursementAccountDraft, onNext, /> )} - {error.length > 0 && ( + {error && error.length > 0 && ( - {error.length > 0 && ( + {error && error.length > 0 && ( - {error.length > 0 && ( + {error && error.length > 0 && ( - {error.length > 0 && ( + {error && error.length > 0 && (