Always show positions title

pull/239/head
Thomas 3 years ago
parent e7194ef3ce
commit f9b9dc32cb

@ -79,13 +79,7 @@
<ion-icon name="wallet-outline" size="large"></ion-icon>
</ng-template>
<div class="container justify-content-center pb-3 px-3 positions">
<h3
*ngIf="hasPositions !== false"
class="d-flex justify-content-center mb-3"
i18n
>
Positions
</h3>
<h3 class="d-flex justify-content-center mb-3" i18n>Positions</h3>
<div class="row">
<div class="align-items-center col">
<div class="pb-2 text-center">

@ -60,13 +60,7 @@
<ion-icon name="wallet-outline" size="large"></ion-icon>
</ng-template>
<div class="container justify-content-center pb-3 px-3 positions">
<h3
*ngIf="hasPositions !== false"
class="d-flex justify-content-center mb-3"
i18n
>
Positions
</h3>
<h3 class="d-flex justify-content-center mb-3" i18n>Positions</h3>
<div class="row">
<div class="align-items-center col">
<mat-card *ngIf="hasPositions === true" class="p-0">

Loading…
Cancel
Save