missed span cost
This commit is contained in:
parent
1bcb42c65e
commit
2d7b1e34d0
4 changed files with 4 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
'dark': !champion.isSelected && !champion.sinergy && !champion.sinergy2 && !noChampSelected
|
||||
}">
|
||||
<img class="checkSelectedChampion"*ngIf="champion.isSelected" src="../../assets/images/greencheck.png">
|
||||
<span class="cost" title="cost">{{champion.cost}}</span>
|
||||
</div>
|
||||
<div class="rolesWrap">
|
||||
<div *ngFor="let role of champion.roles" class="roles">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue