Skip to content

Commit ce3aaea

Browse files
Merge pull request #629 from deriv-com/revert-620-farhan/DTRA-912/console-error-on-chat-initialization-after-purchasing-contract
Revert "[DTRA] Farhan/DTRA-912/A console error is appearing after purchasing a trade in the staging environment of SmartTrader."
2 parents 7d12733 + d953610 commit ce3aaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/app/pages/trade/charts/highchart.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ const Highchart = (() => {
675675
const series = chart.series[0];
676676
if (granularity === 0) {
677677
const data = update_options.tick;
678-
chart.series[0].addPoint({ x: data.epoch * 1000, y: data.quote * 1 }, false);
678+
chart.series[0].addPoint({ x: data.epoch * 1000, y: data.quote * 1 });
679679
updateBarrier();
680680
} else {
681681
const c = update_options.ohlc;

0 commit comments

Comments
 (0)