From 11135e14dd946f12fbdd4fe78327b11868612ab5 Mon Sep 17 00:00:00 2001 From: Jovan Jovanovic Date: Mon, 4 Oct 2021 08:51:51 +0200 Subject: [PATCH] Fix servers page --- resources/views/servers/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/servers/index.blade.php b/resources/views/servers/index.blade.php index bf153263..acef35ef 100644 --- a/resources/views/servers/index.blade.php +++ b/resources/views/servers/index.blade.php @@ -85,7 +85,7 @@ Price per Hour - {{number_format($server->product->getHourlyPrice(),2,".")}} {{CREDITS_DISPLAY_NAME}} + {{number_format($server->product->getHourlyPrice(),2,".", "")}} {{CREDITS_DISPLAY_NAME}} Price per Month