diff --git a/src/components/structures/TagPanel.js b/src/components/structures/TagPanel.js index dbb75a2879..74383bfea5 100644 --- a/src/components/structures/TagPanel.js +++ b/src/components/structures/TagPanel.js @@ -36,7 +36,15 @@ const TagPanel = React.createClass({ getInitialState() { return { - orderedGroupTagProfiles: [], + // A list of group profiles for group tags + orderedGroupTagProfiles: [ + // { + // groupId: '+awesome:foo.bar',{ + // name: 'My Awesome Community', + // avatarUrl: 'mxc://...', + // shortDescription: 'Some description...', + // }, + ], selectedTags: [], }; },