From fe1030fa1dddfc01b716f715ad55488814d535e9 Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Wed, 22 Jul 2020 09:33:51 +0900 Subject: [PATCH] fixed dashboartop volume24h type --- Monitor/Pages/_get/DashboardTop.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitor/Pages/_get/DashboardTop.cshtml b/Monitor/Pages/_get/DashboardTop.cshtml index b1e0c91..f1c2785 100644 --- a/Monitor/Pages/_get/DashboardTop.cshtml +++ b/Monitor/Pages/_get/DashboardTop.cshtml @@ -60,7 +60,7 @@ @buyLogEntry.Market } @string.Format("{0}%", (buyLogEntry.PercChange * 100).ToString("#,#0.00")) - @string.Format("{0}", (buyLogEntry.Volume24).ToString()) + @string.Format("{0}", (buyLogEntry.Volume24h).ToString()) @buyLogEntry.CurrentPrice.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) @if (buyDisabled) { @Html.Raw(buyStrategyText)