Skip to content

Commit

Permalink
Update src/pages/home/report/ReportActionItemThread.js
Browse files Browse the repository at this point in the history
Co-authored-by: Eugene Voloshchak <copyreading@gmail.com>
  • Loading branch information
ShogunFire and eVoloshchak authored Jul 12, 2023
1 parent 14c95e2 commit 23f9c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItemThread.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const propTypes = {
/** Whether the thread item / message is being hovered */
isHovered: PropTypes.bool.isRequired,

/** The function that is called on secondary interaction, ie: LongPress */
/** The function that should be called when the thread is LongPressed or right-clicked */
onSecondaryInteraction: PropTypes.func.isRequired,

...withLocalizePropTypes,
Expand Down

0 comments on commit 23f9c8d

Please sign in to comment.