Skip to content

Commit

Permalink
fix: digit fix (binary-com#12010)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadtaimoor-deriv committed Dec 5, 2023
1 parent c3055ce commit 7bc29f4
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 ||
form_components.length === 0 ||
is_chart_loading ||
should_show_active_symbols_loading
}
Expand Down

0 comments on commit 7bc29f4

Please sign in to comment.