style(blackjack): remove commented modal sections from HTML

This commit is contained in:
Jan-Marlon Leibl 2025-04-02 13:04:19 +02:00
parent 40c402ae36
commit 775205b54c
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5

View file

@ -44,7 +44,6 @@
</div> </div>
</div> </div>
<!-- Game Result Modal -->
<app-game-result <app-game-result
[gameState]="gameState()" [gameState]="gameState()"
[amount]="currentBet()" [amount]="currentBet()"
@ -53,7 +52,6 @@
(gameResultClosed)="onCloseGameResult()" (gameResultClosed)="onCloseGameResult()"
></app-game-result> ></app-game-result>
<!-- Debt Dialog -->
<app-debt-dialog <app-debt-dialog
[amount]="debtAmount()" [amount]="debtAmount()"
[show]="showDebtDialog()" [show]="showDebtDialog()"