Skip to content

Commit

Permalink
Improved instruction for isGroupSplit prop
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantMangukiya committed Oct 16, 2021
1 parent 115a1c9 commit e778c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IOUConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const propTypes = {
phoneNumber: PropTypes.string,
})).isRequired,

/** Amount split belongs to group or not */
/** Whether this is an IOU split and belongs to a group report */
isGroupSplit: PropTypes.bool.isRequired,

...windowDimensionsPropTypes,
Expand Down

0 comments on commit e778c01

Please sign in to comment.