]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/users/user-notifications.component.ts
Fix scroll in notifications page
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / users / user-notifications.component.ts
index 682116226a72c14a466f3543e36c7d39c762b00f..50c495a9ac243d0fbbd15e6f5f36b198e0f3c4d7 100644 (file)
@@ -21,7 +21,7 @@ export class UserNotificationsComponent implements OnInit {
 
   componentPagination: ComponentPagination = {
     currentPage: 1,
-    itemsPerPage: 10,
+    itemsPerPage: 20,
     totalItems: null
   }