Skip to content

Commit

Permalink
Add missing property to the iou key
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Aug 18, 2023
1 parent 9128ab7 commit 0e06cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/iou/MoneyRequestDescriptionPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const propTypes = {
amount: PropTypes.number,
comment: PropTypes.string,
participants: PropTypes.arrayOf(optionPropTypes),
receiptPath: PropTypes.string,
}),

/** Route from navigation */
Expand All @@ -46,6 +47,7 @@ const defaultProps = {
amount: 0,
comment: '',
participants: [],
receiptPath: '',
},
};

Expand Down

0 comments on commit 0e06cc5

Please sign in to comment.