Skip to content

Commit

Permalink
fix: console_error (#7482)
Browse files Browse the repository at this point in the history
  • Loading branch information
amina-deriv committed Feb 1, 2023
1 parent 0dde792 commit 41956b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Stores/traders-hub-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default class TradersHubStore extends BaseStore {
this.root_store.client.mt5_login_list,
this.root_store.client.dxtrade_accounts_list,
this.is_demo_low_risk,
this.root_store.modules.cfd.current_list,
this.root_store.modules?.cfd?.current_list,
],
() => {
this.getAvailablePlatforms();
Expand Down

1 comment on commit 41956b1

@vercel
Copy link

@vercel vercel bot commented on 41956b1 Feb 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

binary.sx
deriv-app.vercel.app
deriv-app-git-master.binary.sx
deriv-app.binary.sx

Please sign in to comment.