From 902f45c5981b7ba164858bb83bbcdac9a7a47cef Mon Sep 17 00:00:00 2001 From: Youssef Lourayad Date: Thu, 29 Feb 2024 23:19:35 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Alex Beaman --- src/libs/ReportUtils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index 97f0c5686df0..0952cdaea513 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -1241,7 +1241,7 @@ function getChildReportNotificationPreference(reportAction: OnyxEntry): boolean { if (!isIOUReport(report) && !isExpenseReport(report)) { @@ -4992,7 +4992,7 @@ function canBeAutoReimbursed(report: OnyxEntry, policy: OnyxEntry | undefined | null, chatReport: OnyxEntry | null): boolean { return !existingIOUReport || hasIOUWaitingOnCurrentUserBankAccount(chatReport) || !canAddTransactionsToMoneyRequest(existingIOUReport);