Merge pull request #4573 from crKtv/master

(Fix) UserWarnings sort by torrent on user profile
This commit is contained in:
HDVinnie
2025-03-20 21:35:06 -04:00
committed by GitHub

View File

@@ -100,9 +100,9 @@
@include('livewire.includes._sort-icon', ['field' => 'warned_by'])
</th>
@if ($warningTab !== 'manual')
<th wire:click="sortBy('torrent_id')" role="columnheader button">
<th wire:click="sortBy('torrent')" role="columnheader button">
{{ __('torrent.torrent') }}
@include('livewire.includes._sort-icon', ['field' => 'torrent_id'])
@include('livewire.includes._sort-icon', ['field' => 'torrent'])
</th>
@endif