fixed showTotalCategoryList
This commit is contained in:
parent
c3e260c43e
commit
c6fc58ed1f
3 changed files with 1 additions and 10 deletions
|
@ -143,7 +143,7 @@
|
|||
<h4 class="card-title float-left mb-0">All Purchases by Category</h4>
|
||||
</div><!--/.col-->
|
||||
</div><!--/.row-->
|
||||
<div class="chart-wrapper">
|
||||
<div *ngIf="shhowTotalCategoryList" class="chart-wrapper">
|
||||
<ul class="icons-list">
|
||||
<!-- New loop -->
|
||||
<li *ngFor="let category of totalCategoryList | slice:0:totalCategoryLimit; let i=index">
|
||||
|
|
Reference in a new issue