Skip to content

Commit

Permalink
fix add comment keyForList
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Dec 21, 2023
1 parent ffa77cb commit ce0500f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/OptionRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ const propTypes = {
/** Whether to wrap large text up to 2 lines */
isMultilineSupported: PropTypes.bool,

style: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.object), PropTypes.object]),
/** Key used internally by React */
keyForList: PropTypes.string,
style: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.object), PropTypes.object]),

...withLocalizePropTypes,
};
Expand Down

0 comments on commit ce0500f

Please sign in to comment.