Typ-o fix

This commit is contained in:
Gunnar Skjold 2023-12-10 09:17:44 +01:00
parent 8e9e60ec03
commit ed899440ed
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -258,7 +258,7 @@ export function getResetReason(sysinfo) {
export function getPriceSourceName(code) {
if(code == "EOE") return "ENTSO-E";
if(code == "HKS") return "hvakosterstrommen.no";
if(code == "EDS") return "Energy Data Service";
if(code == "EDS") return "Energi Data Service";
if(code == "MIX") return "Mixed sources";
return "Unknown (" + code + ")";
}