Skip to content

Commit

Permalink
remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonals committed Jun 1, 2023
1 parent fddded2 commit 137631e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ function ReportActionItem(props) {
toggleContextMenuFromActiveReportAction,
ReportUtils.isArchivedRoom(props.report),
ReportUtils.chatIncludesChronos(props.report),
props.action.childReportID,
);
},
[props.draftMessage, props.action, props.report, toggleContextMenuFromActiveReportAction],
Expand Down

0 comments on commit 137631e

Please sign in to comment.