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>
|
<ion-icon name="wallet-outline" size="large"></ion-icon>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<div class="container justify-content-center pb-3 px-3 positions">
|
<div class="container justify-content-center pb-3 px-3 positions">
|
||||||
<h3
|
<h3 class="d-flex justify-content-center mb-3" i18n>Positions</h3>
|
||||||
*ngIf="hasPositions !== false"
|
|
||||||
class="d-flex justify-content-center mb-3"
|
|
||||||
i18n
|
|
||||||
>
|
|
||||||
Positions
|
|
||||||
</h3>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="align-items-center col">
|
<div class="align-items-center col">
|
||||||
<div class="pb-2 text-center">
|
<div class="pb-2 text-center">
|
||||||
|
@ -60,13 +60,7 @@
|
|||||||
<ion-icon name="wallet-outline" size="large"></ion-icon>
|
<ion-icon name="wallet-outline" size="large"></ion-icon>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<div class="container justify-content-center pb-3 px-3 positions">
|
<div class="container justify-content-center pb-3 px-3 positions">
|
||||||
<h3
|
<h3 class="d-flex justify-content-center mb-3" i18n>Positions</h3>
|
||||||
*ngIf="hasPositions !== false"
|
|
||||||
class="d-flex justify-content-center mb-3"
|
|
||||||
i18n
|
|
||||||
>
|
|
||||||
Positions
|
|
||||||
</h3>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="align-items-center col">
|
<div class="align-items-center col">
|
||||||
<mat-card *ngIf="hasPositions === true" class="p-0">
|
<mat-card *ngIf="hasPositions === true" class="p-0">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user