Skip to content

Commit 251a2e4

Browse files
authored
fix: fix the change of variable name is_dtrader_v2 in trade store (deriv-com#17769)
1 parent 697ae5b commit 251a2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/trader/src/Stores/Modules/Trading/trade-store.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@ export default class TradeStore extends BaseStore {
17891789
this.resetErrorServices();
17901790
await this.setContractTypes();
17911791
runInAction(async () => {
1792-
if (!this.is_dtrader_v2_enabled) {
1792+
if (!this.is_dtrader_v2) {
17931793
this.processNewValuesAsync(
17941794
{ currency: this.root_store.client.currency || this.root_store.client.default_currency },
17951795
true,

0 commit comments

Comments
 (0)