missed span cost

This commit is contained in:
Daniel Rodriguez 2019-09-08 21:09:35 +02:00
parent 1bcb42c65e
commit 2d7b1e34d0
4 changed files with 4 additions and 1 deletions

View file

@ -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">