aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/users
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-14 15:12:20 +0100
committerChocobozzz <me@florianbigard.com>2019-01-14 15:12:20 +0100
commitf57ad0d22c527328b1412aa1c8c3f0d4819219ca (patch)
treed825d48ab3352c257440aba067cacfc0a1fa85a8 /client/src/app/shared/users
parent674a66bbda7ceb7aed3c2e6aefddc2793207d94b (diff)
downloadPeerTube-f57ad0d22c527328b1412aa1c8c3f0d4819219ca.tar.gz
PeerTube-f57ad0d22c527328b1412aa1c8c3f0d4819219ca.tar.zst
PeerTube-f57ad0d22c527328b1412aa1c8c3f0d4819219ca.zip
Fix scroll in notifications page
Diffstat (limited to 'client/src/app/shared/users')
-rw-r--r--client/src/app/shared/users/user-notifications.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/users/user-notifications.component.ts b/client/src/app/shared/users/user-notifications.component.ts
index 682116226..50c495a9a 100644
--- a/client/src/app/shared/users/user-notifications.component.ts
+++ b/client/src/app/shared/users/user-notifications.component.ts
@@ -21,7 +21,7 @@ export class UserNotificationsComponent implements OnInit {
21 21
22 componentPagination: ComponentPagination = { 22 componentPagination: ComponentPagination = {
23 currentPage: 1, 23 currentPage: 1,
24 itemsPerPage: 10, 24 itemsPerPage: 20,
25 totalItems: null 25 totalItems: null
26 } 26 }
27 27