Always show positions title
This commit is contained in:
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…
x
Reference in New Issue
Block a user