Merge pull request #1642 from matrix-org/luke/tag-panel-do-not-view-group

Don't show group when clicking tag panel
pull/21833/head
David Baker 2017-11-30 15:43:24 +00:00 committed by GitHub
commit f30094c648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@ const TagTile = React.createClass({
onClick: function(e) {
e.preventDefault();
e.stopPropagation();
dis.dispatch({
action: 'view_group',
group_id: this.props.groupProfile.groupId,
});
dis.dispatch({
action: 'select_tag',
tag: this.props.groupProfile.groupId,