diff --git a/src/app/modules/admin/game/casino/components/list.component.html b/src/app/modules/admin/game/casino/components/list.component.html index 2643571..3e5b39f 100644 --- a/src/app/modules/admin/game/casino/components/list.component.html +++ b/src/app/modules/admin/game/casino/components/list.component.html @@ -260,7 +260,7 @@ = new Subject(); @@ -138,6 +139,7 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy { const listBettingHistory = listBettingHistoryResult.getBettingHistoryList(); this.bettingHistorys$ = of(listBettingHistory); + this.__casinoTotalCount = listBettingHistoryResult.getTotalCount(); // Mark for check this._changeDetectorRef.markForCheck();