diff --git a/src/consts/screens.consts.ts b/src/consts/screens.consts.ts index 2c73cb8e..ef36a78b 100644 --- a/src/consts/screens.consts.ts +++ b/src/consts/screens.consts.ts @@ -56,7 +56,7 @@ export const SCREEN_DESCRIPTIONS = { [Screens.WINDCHILL]: "Explains the windchill numbers", }; -export const SCREENS_WITH_AUTO_DURATION = [Screens.ALERTS, Screens.FORECAST, Screens.WINDCHILL]; +export const SCREENS_WITH_AUTO_DURATION = [Screens.ALERTS, Screens.FORECAST]; export const SCREEN_DEFAULT_DISPLAY_LENGTH = 20; export const SCREEN_MIN_DISPLAY_LENGTH = 10;