diff --git a/src/libs/ReportUtils.js b/src/libs/ReportUtils.js index 553cb0243f52..ed2e85a4ff11 100644 --- a/src/libs/ReportUtils.js +++ b/src/libs/ReportUtils.js @@ -1649,7 +1649,7 @@ function getRootParentReport(report) { return {}; } - // Returns the founded root report, because it does not have a parentReportID + // Returns the current report as the root report, because it does not have a parentReportID if (!report.parentReportID) { return report; }