diff options
author | BO41 <lukasw41@gmail.com> | 2018-09-22 20:11:16 +0200 |
---|---|---|
committer | BO41 <lukasw41@gmail.com> | 2018-09-22 20:11:16 +0200 |
commit | 23db998f07d674c621972a769df73203b14e093a (patch) | |
tree | 6ecb88dc98bdbe69e113e4841d05aec34d6d0491 /client/src/app/+admin/users | |
parent | 9fe4406794aaa4503d090ca4bfe6872b4e556178 (diff) | |
download | PeerTube-23db998f07d674c621972a769df73203b14e093a.tar.gz PeerTube-23db998f07d674c621972a769df73203b14e093a.tar.zst PeerTube-23db998f07d674c621972a769df73203b14e093a.zip |
remove unused imports
Diffstat (limited to 'client/src/app/+admin/users')
-rw-r--r-- | client/src/app/+admin/users/user-list/user-list.component.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/+admin/users/user-list/user-list.component.ts b/client/src/app/+admin/users/user-list/user-list.component.ts index 9697ce202..100ffc00e 100644 --- a/client/src/app/+admin/users/user-list/user-list.component.ts +++ b/client/src/app/+admin/users/user-list/user-list.component.ts | |||
@@ -25,7 +25,6 @@ export class UserListComponent extends RestTable implements OnInit { | |||
25 | pagination: RestPagination = { count: this.rowsPerPage, start: 0 } | 25 | pagination: RestPagination = { count: this.rowsPerPage, start: 0 } |
26 | userActions: DropdownAction<User>[] = [] | 26 | userActions: DropdownAction<User>[] = [] |
27 | 27 | ||
28 | private userToBan: User | ||
29 | private openedModal: NgbModalRef | 28 | private openedModal: NgbModalRef |
30 | 29 | ||
31 | constructor ( | 30 | constructor ( |
@@ -63,7 +62,6 @@ export class UserListComponent extends RestTable implements OnInit { | |||
63 | } | 62 | } |
64 | 63 | ||
65 | hideBanUserModal () { | 64 | hideBanUserModal () { |
66 | this.userToBan = undefined | ||
67 | this.openedModal.close() | 65 | this.openedModal.close() |
68 | } | 66 | } |
69 | 67 | ||