Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2017-11-30 15:43:29 +00:00
commit cef6f8088e
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,