You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Comment tag PropType
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user