mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix lint
This commit is contained in:
parent
a86887a4b8
commit
2e78e2684c
@ -23,7 +23,7 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit,
|
||||
checkedVideos: { [ id: number ]: boolean } = {}
|
||||
pagination: ComponentPagination = {
|
||||
currentPage: 1,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPage: 5,
|
||||
totalItems: null
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user