diff --git a/components/forecast/forecast-panel.tsx b/components/forecast/forecast-panel.tsx index 3af8020..864d98d 100644 --- a/components/forecast/forecast-panel.tsx +++ b/components/forecast/forecast-panel.tsx @@ -135,7 +135,7 @@ export function ForecastPanel({ latitude, longitude, locationName }: { latitude? ) : isError || !forecast ? ( -

{t("forecast.error")}

+

{t("forecast.error")}

) : !forecast.hourly.length || !forecast.daily.length ? (