From c92a1821232991d3bda32f3f7ef48687bc5737b1 Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Wed, 7 May 2025 15:30:40 +0200 Subject: [PATCH] style: fix formatting and add missing commas in code --- .../lootbox-opening/lootbox-opening.component.html | 10 +++++----- .../lootbox-opening/lootbox-opening.component.ts | 14 +++++++------- .../lootbox-selection.component.html | 2 +- .../lootbox-selection.component.ts | 10 +++++----- frontend/src/app/service/user.service.ts | 4 ++-- .../shared/components/navbar/navbar.component.ts | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.html b/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.html index 841a985..cc234ac 100644 --- a/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.html +++ b/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.html @@ -34,7 +34,7 @@ [disabled]="!hasEnoughBalance()" [ngClass]="{ 'button-primary': hasEnoughBalance(), - 'bg-gray-500 cursor-not-allowed': !hasEnoughBalance() + 'bg-gray-500 cursor-not-allowed': !hasEnoughBalance(), }" class="w-full py-3 text-lg font-semibold rounded" > @@ -91,14 +91,14 @@ class="flex justify-center gap-4 mt-8 animation-fade" [class.visible]="animationCompleted" > -