Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 703315d

Browse files
authored
Merge pull request #1402 from cakasuma/amam/disable_runs
change name run
2 parents e7a0ec9 + 512dbc8 commit 703315d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trade/tradeDialog.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ function init_state(available,root, dialog, symbol, contracts_for_spot) {
10141014
.uniq()
10151015
.value()
10161016
// TODO: Remove this filter after implementing reset, high/low, spread, runs contracts.
1017-
.filter(f => !/reset|high\/low|spread|runs/.test(f.toLowerCase()))
1017+
.filter(f => !/reset|high\/low|spread|run/.test(f.toLowerCase()))
10181018
.forEach(x => {
10191019
let y = {};
10201020
y.contract_category_display = x;

0 commit comments

Comments
 (0)