Comment tag PropType

pull/21833/head
lukebarnard 2018-01-02 13:34:47 +00:00
parent 6f896098e3
commit 80f11e5c77
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ export default React.createClass({
displayName: 'TagTile',
propTypes: {
// A string tag such as "m.favourite" or a group ID such as "+groupid:domain.bla"
tag: PropTypes.string,
},