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>
|
||||||
</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()"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue