Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Sep 20, 2023
1 parent 8912f26 commit 5cdc7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5cdc7fb

Please sign in to comment.