diff --git a/resources/views/pages/association/project-support/index.blade.php b/resources/views/pages/association/project-support/index.blade.php index e4e23ae..322d995 100644 --- a/resources/views/pages/association/project-support/index.blade.php +++ b/resources/views/pages/association/project-support/index.blade.php @@ -22,6 +22,7 @@ state([ 'einundzwanzigPleb.profile', 'votes', ]) + ->orderBy('created_at', 'desc') ->get(), 'isAllowed' => false, 'currentPubkey' => null, @@ -64,6 +65,7 @@ $delete = function ($id) { 'einundzwanzigPleb.profile', 'votes', ]) + ->orderBy('created_at', 'desc') ->get(); };