Cleaned a minor mistake

This commit is contained in:
Dennis 2021-09-22 16:06:29 +02:00 committed by GitHub
parent 15c6bdce9b
commit 6d435122b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@
</tr>
<tr>
<td>Price per Hour: {{number_format($server->product->getHourlyPrice(),2,".")}} Credits</td>
<td>Price per Month: {{number_format($server->product->getHourlyPrice()*24*30}} Credits</td>
<td>Price per Month: {{$server->product->getHourlyPrice()*24*30}} Credits</td>
</tr>
</table>
</div>