We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697ae5b commit 251a2e4Copy full SHA for 251a2e4
packages/trader/src/Stores/Modules/Trading/trade-store.ts
@@ -1789,7 +1789,7 @@ export default class TradeStore extends BaseStore {
1789
this.resetErrorServices();
1790
await this.setContractTypes();
1791
runInAction(async () => {
1792
- if (!this.is_dtrader_v2_enabled) {
+ if (!this.is_dtrader_v2) {
1793
this.processNewValuesAsync(
1794
{ currency: this.root_store.client.currency || this.root_store.client.default_currency },
1795
true,
0 commit comments