diff --git a/resources/views/partials/modules/stickied.blade.php b/resources/views/partials/modules/stickied.blade.php index 2b6557d4..0699cc12 100644 --- a/resources/views/partials/modules/stickied.blade.php +++ b/resources/views/partials/modules/stickied.blade.php @@ -2,7 +2,7 @@

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

@foreach($stickiedIncidents as $date => $incidents) - @include('partials.incidents', [compact($date), compact($incidents)]) + @include('partials.incidents') @endforeach
@endif