diff --git a/src/components/views/elements/TagTile.js b/src/components/views/elements/TagTile.js index 00aea1efd3..eb9a5cbdd9 100644 --- a/src/components/views/elements/TagTile.js +++ b/src/components/views/elements/TagTile.js @@ -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, }; },