diff --git a/client/src/app/torrent-table/torrent-table.component.ts b/client/src/app/torrent-table/torrent-table.component.ts index 6c4b954..644f68b 100644 --- a/client/src/app/torrent-table/torrent-table.component.ts +++ b/client/src/app/torrent-table/torrent-table.component.ts @@ -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;