Robert 3 anni fa
parent
commit
8fdb591aa7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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");