浏览代码

fix ui update

Robert 3 年之前
父节点
当前提交
8fdb591aa7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Bellwether/Pages/ucFrontPage.xaml.cs

+ 1 - 1
Bellwether/Pages/ucFrontPage.xaml.cs

@@ -114,7 +114,7 @@ namespace Bellwether.Pages
 
         private void DisplaySolarInfo(SolarInfoModel solarInfo)
         {
-            uxCapacity.Text = solarInfo.Capacity.ToString("#,##0");
+            uxCapacity.Text = solarInfo.Capacity.ToString();
 
             uxEnergy_Today.Text = solarInfo.Energy_Today.ToString("#,##0");
             uxCO2EmissionSaved_Today.Text = solarInfo.CO2EmissionSaved_Today.ToString("#,##0");