diff --git a/src/Http/Controllers/StatusPage/StatusPageController.php b/src/Http/Controllers/StatusPage/StatusPageController.php index 0b3aff9b..1078c844 100644 --- a/src/Http/Controllers/StatusPage/StatusPageController.php +++ b/src/Http/Controllers/StatusPage/StatusPageController.php @@ -39,7 +39,7 @@ public function index(): View ->withCount('incidents') ->get(), - 'schedules' => Schedule::query()->with(['updates', 'components'])->incomplete()->orderBy('scheduled_at')->get(), + 'schedules' => Schedule::query()->with(['updates', 'components'])->orderBy('scheduled_at')->get(), 'display_graphs' => $this->appSettings->display_graphs, ]);