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')}