You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
Typo
This commit is contained in:
@@ -80,7 +80,7 @@ module.exports = React.createClass({
|
|||||||
displayName: 'EditableItemList',
|
displayName: 'EditableItemList',
|
||||||
|
|
||||||
propTypes: {
|
propTypes: {
|
||||||
items: PropTypes.arrayOf(PropTypes. string).isRequired,
|
items: PropTypes.arrayOf(PropTypes.string).isRequired,
|
||||||
onNewItemChanged: PropTypes.func,
|
onNewItemChanged: PropTypes.func,
|
||||||
onItemAdded: PropTypes.func,
|
onItemAdded: PropTypes.func,
|
||||||
onItemEdited: PropTypes.func,
|
onItemEdited: PropTypes.func,
|
||||||
|
|||||||
Reference in New Issue
Block a user