Document initial state
This commit is contained in:
parent
833cd321f3
commit
133837cdbe
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue