diff --git a/WeatherDashboard.Web/Views/Home/Index.cshtml b/WeatherDashboard.Web/Views/Home/Index.cshtml index f9b467d..48f17d4 100644 --- a/WeatherDashboard.Web/Views/Home/Index.cshtml +++ b/WeatherDashboard.Web/Views/Home/Index.cshtml @@ -34,6 +34,7 @@ }; var hourForecasts = forecast.HourForecasts + .Where(f => f.Time > DateTime.Now) .Join(displayHours, f => f.Time.Value.Hour, d => d.Key, (f, d) => new { TimeOfDay = d.Value,