Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1642 from matrix-org/luke/tag-panel-do-not-view-g…
Browse files Browse the repository at this point in the history
…roup

Don't show group when clicking tag panel
  • Loading branch information
dbkr authored Nov 30, 2017
2 parents 7118f7a + eaaa9fe commit f30094c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/structures/TagPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f30094c

Please sign in to comment.