mirror of https://github.com/vector-im/riot-web
Comment tag PropType
parent
6f896098e3
commit
80f11e5c77
|
@ -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,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue