|
|
@ -441,10 +441,8 @@ export class GfHoldingDetailDialogComponent implements OnInit { |
|
|
|
|
|
|
|
|
if (SymbolProfile?.sectors?.length > 0) { |
|
|
if (SymbolProfile?.sectors?.length > 0) { |
|
|
for (const sector of SymbolProfile.sectors) { |
|
|
for (const sector of SymbolProfile.sectors) { |
|
|
sector.name = translate(sector.name); |
|
|
|
|
|
|
|
|
|
|
|
this.sectors[sector.name] = { |
|
|
this.sectors[sector.name] = { |
|
|
name: sector.name, |
|
|
name: translate(sector.name), |
|
|
value: sector.weight |
|
|
value: sector.weight |
|
|
}; |
|
|
}; |
|
|
} |
|
|
} |
|
|
|