mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-24 15:05:24 -07:00
Update src/Ombi/ClientApp/src/app/requests-list/components/movies-grid/movies-grid.component.ts
Co-authored-by: Jamie <tidusjar@gmail.com>
This commit is contained in:
parent
4c2fecaee7
commit
4004c9ec7b
1 changed files with 4 additions and 1 deletions
|
@ -109,7 +109,10 @@ export class MoviesGridComponent implements OnInit, AfterViewInit {
|
|||
}
|
||||
if (this.anonimized) {
|
||||
this.displayedColumns.forEach((element, index) => {
|
||||
if (element == 'requestedUser.requestedBy') this.displayedColumns.splice(index, 1);
|
||||
if (element === 'requestedUser.requestedBy')
|
||||
{
|
||||
this.displayedColumns.splice(index, 1);
|
||||
}
|
||||
});
|
||||
}
|
||||
return data.collection;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue