style(blackjack): remove commented modal sections from HTML
This commit is contained in:
parent
40c402ae36
commit
775205b54c
1 changed files with 0 additions and 2 deletions
|
@ -44,7 +44,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Game Result Modal -->
|
||||
<app-game-result
|
||||
[gameState]="gameState()"
|
||||
[amount]="currentBet()"
|
||||
|
@ -53,7 +52,6 @@
|
|||
(gameResultClosed)="onCloseGameResult()"
|
||||
></app-game-result>
|
||||
|
||||
<!-- Debt Dialog -->
|
||||
<app-debt-dialog
|
||||
[amount]="debtAmount()"
|
||||
[show]="showDebtDialog()"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue