Browse Source

Refactor public-page.html to remove redundant mat-card-content tags

pull/5508/head
Germán Martín 2 months ago
committed by Thomas Kaul
parent
commit
445255b0e9
  1. 2
      apps/client/src/app/pages/public/public-page.html

2
apps/client/src/app/pages/public/public-page.html

@ -77,8 +77,6 @@
[keys]="['symbol']"
[showLabels]="deviceType !== 'mobile'"
/>
</mat-card-content>
<mat-card-content>
<gf-holdings-table
[deviceType]="deviceType"
[hasPermissionToOpenDetails]="false"

Loading…
Cancel
Save