mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 09:21:55 +02:00
Document initial state
This commit is contained in:
parent
833cd321f3
commit
133837cdbe
@ -44,7 +44,9 @@ export default React.createClass({
|
||||
|
||||
getInitialState() {
|
||||
return {
|
||||
// Whether the mouse is over the tile
|
||||
hover: false,
|
||||
// The profile data of the group if this.props.tag is a group ID
|
||||
profile: null,
|
||||
};
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user