Skip to content

Commit

Permalink
Update component.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NyanHelsing committed Apr 11, 2017
1 parent 278865c commit d8e9cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/contributors-widget/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default Ember.Component.extend({
if (facetDash === "objectDetail" || facetDash === "agentDetail") {
queryParams[facet] = id;
}
if (facetDash === "resultsList") {
if (facetDash === "search") {
queryParams[facet] = id;
}
this.attrs.transitionToFacet(this.get('item.facetDash'), queryParams);
Expand Down

0 comments on commit d8e9cb3

Please sign in to comment.