diff --git a/resources/views/partials/modules/timeline.blade.php b/resources/views/partials/modules/timeline.blade.php index 48ab9cb7..a0440535 100644 --- a/resources/views/partials/modules/timeline.blade.php +++ b/resources/views/partials/modules/timeline.blade.php @@ -1,4 +1,4 @@ -@if($days_to_show > 0) +@if($days_to_show > 0 && $all_incidents)

{{ trans('cachet.incidents.past') }}

@foreach($all_incidents as $date => $incidents)