Skip to content

Commit

Permalink
even more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinosswald committed Dec 1, 2023
1 parent ffca19e commit 2be0966
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/activity-log-entry.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<x-dynamic-component :component="$getEntryWrapperView()" :entry="$entry">
<ul role="list" class="space-y-6"
x-load-css="[@js(\Filament\Support\Facades\FilamentAsset::getStyleHref('filament-activity-log', package: 'marvinosswald/filament-activity-log'))]">
<ul role="list" class="space-y-6">
@foreach($getState()?->sortBy([['id', 'desc'], ['created_at', 'desc']]) ?? [] as $activity)
<li class="relative flex gap-x-4">
@if ($loop->last)
Expand Down

0 comments on commit 2be0966

Please sign in to comment.