Skip to content

Commit

Permalink
Update src/pages/FlagCommentPage.js
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Martins <[email protected]>
  • Loading branch information
tgolen and luacmartins authored Jan 8, 2024
1 parent 377960c commit 1b34273
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 @@ -124,7 +124,7 @@ function FlagCommentPage(props) {

// Handle threads if needed
if (reportAction === undefined || reportAction.reportActionID === undefined) {
reportAction = props.parentReportActions[`${props.report.parentReportActionID}`] || {};
reportAction = props.parentReportActions[props.report.parentReportActionID] || {};
}

return reportAction;
Expand Down

0 comments on commit 1b34273

Please sign in to comment.