1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00
This commit is contained in:
Luke Barnard
2017-10-24 16:21:18 +01:00
parent ee7ebc425c
commit 640d88f25d

View File

@@ -80,7 +80,7 @@ module.exports = React.createClass({
displayName: 'EditableItemList',
propTypes: {
items: PropTypes.arrayOf(PropTypes. string).isRequired,
items: PropTypes.arrayOf(PropTypes.string).isRequired,
onNewItemChanged: PropTypes.func,
onItemAdded: PropTypes.func,
onItemEdited: PropTypes.func,