style: remove unnecessary debug information from HTML #168

Merged
jank merged 1 commit from task/CAS-44/lootbox-selection into main 2025-05-07 13:20:21 +00:00

View file

@ -2,10 +2,6 @@
<div class="container mx-auto px-4 py-6">
<h1 class="text-3xl font-bold text-white mb-6">Lootboxen</h1>
<div style="color: lime">
isLoading: {{ isLoading }} | error: {{ error }} | lootboxes: {{ lootboxes.length }}
</div>
<div *ngIf="isLoading" class="flex justify-center">
<div class="loader"></div>
</div>