Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1768 from OpenBazaar/fixWrongProvider
Browse files Browse the repository at this point in the history
Always use OB1 for Categories
  • Loading branch information
rmisio authored May 17, 2019
2 parents 9872856 + 519eac4 commit 611fc53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/views/search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@ export default class extends baseVw {

this._categorySearch = {
...this._search,
provider: app.searchProviders.at(0),
ps: 8,
};

this._cryptoSearch = {
...this._search,
...this._categorySearch,
ps: 5,
filters: {
type: 'cryptocurrency',
Expand Down

0 comments on commit 611fc53

Please sign in to comment.