Robert 3 lat temu
rodzic
commit
8fdb591aa7
1 zmienionych plików z 1 dodań i 1 usunięć
  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");