dev #14384 Правка ошибок отображения WPA КофеЛайк: fix mistake
This commit is contained in:
parent
03771d2012
commit
7fa882e423
@ -7,7 +7,7 @@
|
|||||||
<p id="level-percent">Кэшбек {{ authService.currentLvlPeriod.percent }}%</p>
|
<p id="level-percent">Кэшбек {{ authService.currentLvlPeriod.percent }}%</p>
|
||||||
</div>
|
</div>
|
||||||
<p class="top-info__bonus">
|
<p class="top-info__bonus">
|
||||||
<ng-container *nfIf="!isNegativebalance">
|
<ng-container *ngIf="!isNegativeBalance">
|
||||||
{{ Math.floor(authService.getBalanceAmount($any(authService.userInfo.walletBalances))) }}
|
{{ Math.floor(authService.getBalanceAmount($any(authService.userInfo.walletBalances))) }}
|
||||||
бонусов
|
бонусов
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user