mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
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',
|
||||
|
||||
propTypes: {
|
||||
// A string tag such as "m.favourite" or a group ID such as "+groupid:domain.bla"
|
||||
tag: PropTypes.string,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue