mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 09:09:30 -07:00
code cleanup
This commit is contained in:
@@ -55,8 +55,8 @@ class ExtendedForecast extends WeatherDisplay {
|
||||
const fill = {
|
||||
icon: { type: 'img', src: Day.icon },
|
||||
condition: Day.text,
|
||||
date: Day.dayName,
|
||||
};
|
||||
fill.date = Day.dayName;
|
||||
|
||||
const { low } = Day;
|
||||
if (low !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user