diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index a32b1b872537..31f4999063ab 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -1256,7 +1256,7 @@ function getChildReportNotificationPreference(reportAction: OnyxEntry): boolean { - if (!isMoneyRequest(moneyRequestReport)) { + if (!isMoneyRequestReport(moneyRequestReport)) { return false; }