Skip to content

Commit

Permalink
remove props
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Feb 2, 2024
1 parent 2876149 commit 9e1ce5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ function ReportActionItem(props) {
<ReportPreview
iouReportID={ReportActionsUtils.getIOUReportIDFromReportActionPreview(props.action)}
chatReportID={props.report.reportID}
policyID={props.report.policyID}
containerStyles={props.displayAsGroup ? [] : [styles.mt2]}
action={props.action}
isHovered={hovered}
Expand All @@ -385,7 +386,6 @@ function ReportActionItem(props) {
<TaskPreview
taskReportID={props.action.originalMessage.taskReportID.toString()}
chatReportID={props.report.reportID}
policyID={ReportUtils.getRootParentReport(props.report).policyID}
action={props.action}
isHovered={hovered}
contextMenuAnchor={popoverAnchorRef}
Expand Down

0 comments on commit 9e1ce5c

Please sign in to comment.