Skip to content

Commit

Permalink
Merge branch 'main' into marcaaron-editManualRequests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Jun 21, 2023
2 parents 1f8a90d + c819a32 commit 50f15c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/FlagCommentPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function FlagCommentPage(props) {
let reportID = getReportID(props.route);

// Handle threads if needed
if (reportAction === undefined) {
if (reportAction === undefined || reportAction.reportActionID === undefined) {
reportID = ReportUtils.getParentReport(props.report).reportID;
reportAction = ReportActionsUtils.getParentReportAction(props.report);
}
Expand Down

0 comments on commit 50f15c8

Please sign in to comment.