fix index

This commit is contained in:
ksyasuda 2024-08-09 02:19:29 -07:00
parent 4504462352
commit ae1b0a5bd2
No known key found for this signature in database

View File

@ -168,7 +168,7 @@
</mat-card-header>
<mat-card-content>
<ol class="mb-0 ml-1 pl-3">
<div *ngFor="let holding of (showAllTop ? positions.slice(pageIndexTop * pageSize, (pageIndexTop + 1) * pageSize) : positions | slice:0:5); track holding">
<div *ngFor="let holding of (showAllTop ? positions.slice(pageIndexTop * pageSize, (pageIndexTop + 1) * pageSize) : positions | slice:0:5); index as i">
<li class="py-1" value="{{pageSize * pageIndexTop + i + 1}}">
<a
class="d-flex"