Skip to content

Commit 9037947

Browse files
authoredMar 21, 2025
Merge pull request #4573 from crKtv/master
(Fix) UserWarnings sort by torrent on user profile
2 parents 248e520 + b1a1276 commit 9037947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎resources/views/livewire/user-warnings.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ class="panel__tab"
100100
@include('livewire.includes._sort-icon', ['field' => 'warned_by'])
101101
</th>
102102
@if ($warningTab !== 'manual')
103-
<th wire:click="sortBy('torrent_id')" role="columnheader button">
103+
<th wire:click="sortBy('torrent')" role="columnheader button">
104104
{{ __('torrent.torrent') }}
105-
@include('livewire.includes._sort-icon', ['field' => 'torrent_id'])
105+
@include('livewire.includes._sort-icon', ['field' => 'torrent'])
106106
</th>
107107
@endif
108108

0 commit comments

Comments
 (0)
Failed to load comments.