Skip to content

Commit

Permalink
Merge pull request #3191 from froooze/patch-4
Browse files Browse the repository at this point in the history
Use BTS as find market basic pair
  • Loading branch information
Stefan Schießl authored Feb 26, 2020
2 parents 859fdcb + 70cf33d commit 480e751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Exchange/MyMarkets.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ class MyMarkets extends React.Component {
lookupBase: null,
inputValue: "",
minWidth: "100%",
findBaseInput: "USD",
activeFindBase: "USD"
findBaseInput: "BTS",
activeFindBase: "BTS"
};

this._setMinWidth = this._setMinWidth.bind(this);
Expand Down

0 comments on commit 480e751

Please sign in to comment.