dev #14384 Правка ошибок отображения WPA КофеЛайк: fix mistake

This commit is contained in:
nikolay 2023-06-23 14:36:24 +04:00
parent 03771d2012
commit 7fa882e423

View File

@ -7,7 +7,7 @@
<p id="level-percent">Кэшбек {{ authService.currentLvlPeriod.percent }}%</p>
</div>
<p class="top-info__bonus">
<ng-container *nfIf="!isNegativebalance">
<ng-container *ngIf="!isNegativeBalance">
{{ Math.floor(authService.getBalanceAmount($any(authService.userInfo.walletBalances))) }}
бонусов
</ng-container>