Skip to content

Commit

Permalink
Revert "fix: digit fix (#12010)"
Browse files Browse the repository at this point in the history
This reverts commit 7bc29f4.
  • Loading branch information
hamza-deriv committed Dec 6, 2023
1 parent 28771dd commit d8e7d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/trader/src/Modules/Trading/Containers/trade.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const Trade = observer(() => {
is_disabled={
!show_digits_stats ||
!is_trade_enabled ||
form_components.length === 0 ||
form_components.length ||
is_chart_loading ||
should_show_active_symbols_loading
}
Expand Down

0 comments on commit d8e7d3e

Please sign in to comment.