Skip to content

Commit

Permalink
fix: fix the change of variable name is_dtrader_v2 in trade store (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
vinu-deriv authored Dec 9, 2024
1 parent 697ae5b commit 251a2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/trader/src/Stores/Modules/Trading/trade-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ export default class TradeStore extends BaseStore {
this.resetErrorServices();
await this.setContractTypes();
runInAction(async () => {
if (!this.is_dtrader_v2_enabled) {
if (!this.is_dtrader_v2) {
this.processNewValuesAsync(
{ currency: this.root_store.client.currency || this.root_store.client.default_currency },
true,
Expand Down

0 comments on commit 251a2e4

Please sign in to comment.