We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b005f5 commit fdb86e5Copy full SHA for fdb86e5
src/javascript/app/pages/trade/markets.jsx
@@ -131,7 +131,6 @@ class Markets extends React.Component {
131
132
this.underlyings = Symbols.getAllSymbols() || {};
133
let underlying_symbol = Defaults.get(UNDERLYING);
134
-
135
if (!underlying_symbol || !this.underlyings[underlying_symbol]) {
136
const submarket = Object.keys(this.markets[market_symbol].submarkets).sort(sortSubmarket)[0];
137
underlying_symbol = Object.keys(this.markets[market_symbol].submarkets[submarket].symbols).sort()[0];
0 commit comments