We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 882b245 + b602c3d commit 314940aCopy full SHA for 314940a
src/libs/ReportActionsUtils.js
@@ -100,7 +100,7 @@ function hasCommentThread(reportAction) {
100
* @param {Object} [allReportActionsParam]
101
* @returns {Object}
102
*/
103
-function getParentReportAction(report, allReportActionsParam = {}) {
+function getParentReportAction(report, allReportActionsParam) {
104
if (!report || !report.parentReportID || !report.parentReportActionID) {
105
return {};
106
}
0 commit comments