Skip to content

Commit

Permalink
fix: 89743_loading_issue_in_trade_sidebar (#7823)
Browse files Browse the repository at this point in the history
Co-authored-by: Bahar <bahar@regentmarkets.com>
  • Loading branch information
amina-deriv and Bahar committed Mar 9, 2023
1 parent 4bfa001 commit be2e42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/trader/src/Stores/Modules/Trading/trade-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,7 @@ export default class TradeStore extends BaseStore {
await this.loadActiveSymbols();
}
await this.setContractTypes();
this.is_trade_enabled = true;
this.debouncedProposal();
}

Expand Down

1 comment on commit be2e42e

@vercel
Copy link

@vercel vercel bot commented on be2e42e Mar 9, 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 – ./

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

Please sign in to comment.