Removed public torrent from torrent-table

This commit is contained in:
root 2023-08-26 23:30:25 -05:00
parent d3635e69cb
commit 0f6bc430d8

View file

@ -11,7 +11,6 @@ import { FormBuilder, FormGroup, Validators } from '@angular/forms';
styleUrls: ['./torrent-table.component.scss'],
})
export class TorrentTableComponent implements OnInit {
public torrent: Torrent;
public torrents: Torrent[] = [];
public selectedTorrents: Torrent[] = [];
public error: string;