mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 15:49:31 -07:00
format city name on both regional pages
This commit is contained in:
@@ -140,7 +140,7 @@ class RegionalForecast extends WeatherDisplay {
|
||||
return {
|
||||
daytime: forecast.isDaytime,
|
||||
temperature: forecast.temperature||0,
|
||||
name: city.city,
|
||||
name: this.formatCity(city.city),
|
||||
icon: forecast.icon,
|
||||
x: cityXY.x,
|
||||
y: cityXY.y,
|
||||
|
||||
Reference in New Issue
Block a user