diff --git a/src/components/IOUConfirmationList.js b/src/components/IOUConfirmationList.js index ccbce60460d2..3d225c5a51fc 100755 --- a/src/components/IOUConfirmationList.js +++ b/src/components/IOUConfirmationList.js @@ -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,