Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Apr 22, 2024
1 parent cd0f980 commit b820982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ function ReportActionItem({
action={action}
draftMessage={draftMessage}
reportID={report.reportID}
isGroupChatPolicy={ReportUtils.isGroupPolicy(report)}
isGroupPolicyReport={ReportUtils.isGroupPolicy(report)}
index={index}
ref={textInputRef}
// Avoid defining within component due to an existing Onyx bug
Expand Down

0 comments on commit b820982

Please sign in to comment.