Closed smurariu closed 8 years ago
You should use ?.ToString(CultureInfo.InvariantCulture)
instead of .ToString().Replace(',','.')
Same issue in /Views/Dashboard/Node.Stats.cshtml
thank you. updated.
thanks! will fix up these includes in another commit since it's in a few places now.
glad i could help
Naive fix, i know but Nullable.ToString does not take any arguments hence it was not possible to send InvariantCulture without complicating the code a lot