@barchart/portfolio-api-common 7.1.0 → 7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -634,9 +634,6 @@ module.exports = (() => {
|
|
|
634
634
|
setTimeout(() => this._dataFormat.quoteChangeDirection = { up: quoteChangePositive, down: quoteChangeNegative }, 0);
|
|
635
635
|
|
|
636
636
|
this._dataFormat.quoteChangeNegative = is.number(this._dataActual.quoteChange) && this._dataActual.quoteChange < 0;
|
|
637
|
-
} else {
|
|
638
|
-
this._dataActual.currentPrice = null;
|
|
639
|
-
this._dataFormat.currentPrice = null;
|
|
640
637
|
}
|
|
641
638
|
|
|
642
639
|
calculatePriceData(this, sender, false);
|