Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
cef6f8088e
1 changed files with 0 additions and 4 deletions
|
@ -43,10 +43,6 @@ const TagTile = React.createClass({
|
||||||
onClick: function(e) {
|
onClick: function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
dis.dispatch({
|
|
||||||
action: 'view_group',
|
|
||||||
group_id: this.props.groupProfile.groupId,
|
|
||||||
});
|
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: 'select_tag',
|
action: 'select_tag',
|
||||||
tag: this.props.groupProfile.groupId,
|
tag: this.props.groupProfile.groupId,
|
||||||
|
|
Loading…
Reference in a new issue