diff --git a/components/DailyCard/CardContainer.tsx b/components/DailyCard/CardContainer.tsx index 2b9ea93..0c6a486 100644 --- a/components/DailyCard/CardContainer.tsx +++ b/components/DailyCard/CardContainer.tsx @@ -4,7 +4,7 @@ import DailyCard from "./DailyCard"; export default function CardContainer(props: { weather: Forecast }) { const weather = props.weather; return ( -
+
{weather.daily && weather.daily.apparent_temperature_max.map( (temp, index) =>