Bugfix/fix table sorting of holdings (#3572)

* Hide holdings table to fix sorting

* Update changelog
This commit is contained in:
Thomas Kaul
2024-07-15 15:14:34 +02:00
committed by GitHub
parent c9fc3e402d
commit acc59866a3
2 changed files with 9 additions and 2 deletions

View File

@@ -41,7 +41,8 @@
[holdings]="holdings"
(treemapChartClicked)="onSymbolClicked($event)"
/>
} @else if (viewModeFormControl.value === 'TABLE') {
}
<div [ngClass]="{ 'd-none': viewModeFormControl.value !== 'TABLE' }">
<gf-holdings-table
[baseCurrency]="user?.settings?.baseCurrency"
[deviceType]="deviceType"
@@ -60,7 +61,7 @@
>
</div>
}
}
</div>
</div>
</div>
</div>