code cleanup

This commit is contained in:
Matt Walsh
2023-01-17 14:13:51 -06:00
parent 2a9e5b370e
commit 888b35ea73
2 changed files with 1 additions and 2 deletions

View File

@@ -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) {