Fix servers page

This commit is contained in:
Jovan Jovanovic 2021-10-04 08:51:51 +02:00
parent 991bd17528
commit 11135e14dd

View file

@ -85,7 +85,7 @@
</tr>
<tr>
<td>Price per Hour</td>
<td>{{number_format($server->product->getHourlyPrice(),2,".")}} {{CREDITS_DISPLAY_NAME}}</td>
<td>{{number_format($server->product->getHourlyPrice(),2,".", "")}} {{CREDITS_DISPLAY_NAME}}</td>
</tr>
<tr>
<td>Price per Month</td>