Skip to content

Commit

Permalink
Update src/pages/home/report/ReportActionItem.js
Browse files Browse the repository at this point in the history
Co-authored-by: Amy Evans <amy@expensify.com>
  • Loading branch information
tgolen and amyevans authored Jan 8, 2024
1 parent 33c40c5 commit e3758e0
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 @@ -118,7 +118,7 @@ const propTypes = {
/** The user's wallet account */
userWallet: userWalletPropTypes,

/** All the report action belonging the report's parent */
/** All the report actions belonging to the report's parent */
parentReportActions: PropTypes.objectOf(PropTypes.shape(reportActionPropTypes)),
};

Expand Down

0 comments on commit e3758e0

Please sign in to comment.