Skip to content

Commit fdb86e5

Browse files
committed
chore: undo unnecessary change
1 parent 0b005f5 commit fdb86e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/javascript/app/pages/trade/markets.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ class Markets extends React.Component {
131131

132132
this.underlyings = Symbols.getAllSymbols() || {};
133133
let underlying_symbol = Defaults.get(UNDERLYING);
134-
135134
if (!underlying_symbol || !this.underlyings[underlying_symbol]) {
136135
const submarket = Object.keys(this.markets[market_symbol].submarkets).sort(sortSubmarket)[0];
137136
underlying_symbol = Object.keys(this.markets[market_symbol].submarkets[submarket].symbols).sort()[0];

0 commit comments

Comments
 (0)