Skip to content

Commit

Permalink
refactor:[torrust#529] remove seeders/leechers column from Tracker Tab
Browse files Browse the repository at this point in the history
  • Loading branch information
hungfnt committed Apr 22, 2024
1 parent 4c2bce1 commit aeb345d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/torrent/TorrentTrackersTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@
<tr>
<th />
<th>tracker</th>
<th>seeders / leechers</th>
</tr>
</thead>
<tbody>
<template v-for="(tracker, index) in torrent.trackers">
<tr>
<th>{{ index + 1 }}</th>
<td>{{ tracker }}</td>
<td />
</tr>
</template>
</tbody>
Expand Down

0 comments on commit aeb345d

Please sign in to comment.