style: run prettier

This commit is contained in:
Phan Huy Tran 2025-05-07 13:58:56 +02:00
commit efc2a8ecec
5 changed files with 49 additions and 44 deletions

View file

@ -31,8 +31,12 @@
</div>
<div [ngClass]="slotResult().status === 'win' ? 'text-green-500' : 'text-red-500'">
<p>Game result: <strong>{{ slotResult().status | uppercase }}</strong></p>
<p>Amount: <strong>{{ slotResult().amount }}</strong></p>
<p>
Game result: <strong>{{ slotResult().status | uppercase }}</strong>
</p>
<p>
Amount: <strong>{{ slotResult().amount }}</strong>
</p>
</div>
<div>