From b53eb77c7529598c891c34c1a221dc68a29fb727 Mon Sep 17 00:00:00 2001 From: terraputix Date: Mon, 3 Aug 2026 22:12:55 +0200 Subject: [PATCH] fix: reapply hourly weather_code --- src/routes/weather/compare/[location]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/weather/compare/[location]/+page.svelte b/src/routes/weather/compare/[location]/+page.svelte index aae4a06..f92c6b5 100644 --- a/src/routes/weather/compare/[location]/+page.svelte +++ b/src/routes/weather/compare/[location]/+page.svelte @@ -746,7 +746,7 @@ /> {/if} -{#if fetchedData && !loading && appliedHourly.includes('weather_code')} +{#if fetchedData && !loading && fetchedData.selection.hourly.includes('weather_code')}