Small fixes

This commit is contained in:
grimsi
2022-08-19 13:01:11 +02:00
parent a37a05551c
commit 963b667a4a
3 changed files with 4 additions and 5 deletions
@@ -23,6 +23,7 @@
<div *ngFor="let company of game.companies">
<img *ngIf="company.logoId !== undefined && company.logoId.length > 0" style="height: 52px;"
src="v1/images/{{company.logoId}}" alt="{{company.name}}">
<span *ngIf="company.logoId.length > 0">{{company.name}}</span>
</div>
</div>
</div>