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)