From 450573ebd01e710023940232da079928b41726a3 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Wed, 19 Jul 2023 16:42:36 -0600 Subject: [PATCH] change allReportActionsParam default --- src/libs/ReportActionsUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/ReportActionsUtils.js b/src/libs/ReportActionsUtils.js index 580b93d116a7..dbfd57a85c43 100644 --- a/src/libs/ReportActionsUtils.js +++ b/src/libs/ReportActionsUtils.js @@ -100,7 +100,7 @@ function hasCommentThread(reportAction) { * @param {Object} [allReportActionsParam] * @returns {Object} */ -function getParentReportAction(report, allReportActionsParam = {}) { +function getParentReportAction(report, allReportActionsParam = undefined) { if (!report || !report.parentReportID || !report.parentReportActionID) { return {}; }