From 54c82a7f79a335f8dfbe41cbaed7e784a0d80aa7 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 13 Mar 2026 01:34:32 -0500 Subject: [PATCH] fix: function needing paranthensis --- src/components/sections/WeatherSection.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/WeatherSection.astro b/src/components/sections/WeatherSection.astro index 8f03b05..fb3bb2c 100644 --- a/src/components/sections/WeatherSection.astro +++ b/src/components/sections/WeatherSection.astro @@ -20,7 +20,7 @@ const { forecastDays, error } = await getFiveDayForecast(latitude, longitude, ti {error ? (
- Sorry, {error.toLowerCase} + Sorry, {error.toLowerCase()}
) : (