style: run prettier
This commit is contained in:
parent
bc56b498ee
commit
efc2a8ecec
5 changed files with 49 additions and 44 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue