1
0
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:
lukebarnard
2018-01-02 13:34:47 +00:00
parent 6f896098e3
commit 80f11e5c77

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,
},