Comment tag PropType
This commit is contained in:
parent
6f896098e3
commit
80f11e5c77
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ export default React.createClass({
|
||||||
displayName: 'TagTile',
|
displayName: 'TagTile',
|
||||||
|
|
||||||
propTypes: {
|
propTypes: {
|
||||||
|
// A string tag such as "m.favourite" or a group ID such as "+groupid:domain.bla"
|
||||||
tag: PropTypes.string,
|
tag: PropTypes.string,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue