diff --git a/frontend/src/app/feature/game/blackjack/blackjack.component.html b/frontend/src/app/feature/game/blackjack/blackjack.component.html index 1737cd9..fda8f1b 100644 --- a/frontend/src/app/feature/game/blackjack/blackjack.component.html +++ b/frontend/src/app/feature/game/blackjack/blackjack.component.html @@ -48,6 +48,7 @@ diff --git a/frontend/src/app/feature/game/blackjack/components/game-result/game-result.component.ts b/frontend/src/app/feature/game/blackjack/components/game-result/game-result.component.ts index cba3ac4..59a6d9f 100644 --- a/frontend/src/app/feature/game/blackjack/components/game-result/game-result.component.ts +++ b/frontend/src/app/feature/game/blackjack/components/game-result/game-result.component.ts @@ -27,15 +27,14 @@ import { GameState } from '../../enum/gameState'; 'text-yellow-400': isDraw }"> {{ isLoss ? '-' : '+' }}{{ isWin ? (amount * 2) : amount | currency:'EUR' }} +
+ (Einsatz {{ amount | currency:'EUR' }} × 2) +
-
Gesamt:
-
- {{ isWin ? (amount * 2) : (isDraw ? amount : 0) | currency:'EUR' }} +
Kontostand:
+
+ {{ balance | currency:'EUR' }}