You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Document initial state
This commit is contained in:
@@ -44,7 +44,9 @@ export default React.createClass({
|
|||||||
|
|
||||||
getInitialState() {
|
getInitialState() {
|
||||||
return {
|
return {
|
||||||
|
// Whether the mouse is over the tile
|
||||||
hover: false,
|
hover: false,
|
||||||
|
// The profile data of the group if this.props.tag is a group ID
|
||||||
profile: null,
|
profile: null,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user