@ -420,9 +420,6 @@ export class AllocationsPageComponent implements OnDestroy, OnInit {
this.markets.emergingMarkets.value / marketsTotal;
this.markets.otherMarkets.value =
this.markets.otherMarkets.value / marketsTotal;
console.log(this.positions);
console.log(this.symbols);
}
public onAccountChartClicked({ symbol }: UniqueAsset) {
@ -137,7 +137,7 @@ export class PortfolioProportionChartComponent
this.positions[symbol][this.keys[0]].toUpperCase()
].subCategory = {
[this.positions[symbol][this.keys[1]]]: {
value: new Big(this.positions[symbol]?.value ?? 0)
value: new Big(this.positions[symbol].value)
};