aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-follows/about-follows.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+about/about-follows/about-follows.component.ts')
-rw-r--r--client/src/app/+about/about-follows/about-follows.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+about/about-follows/about-follows.component.ts b/client/src/app/+about/about-follows/about-follows.component.ts
index bdee5cf78..b808c1ac9 100644
--- a/client/src/app/+about/about-follows/about-follows.component.ts
+++ b/client/src/app/+about/about-follows/about-follows.component.ts
@@ -22,13 +22,13 @@ export class AboutFollowsComponent implements OnInit {
22 followersPagination: ComponentPagination = { 22 followersPagination: ComponentPagination = {
23 currentPage: 1, 23 currentPage: 1,
24 itemsPerPage: 20, 24 itemsPerPage: 20,
25 totalItems: null 25 totalItems: 0
26 } 26 }
27 27
28 followingsPagination: ComponentPagination = { 28 followingsPagination: ComponentPagination = {
29 currentPage: 1, 29 currentPage: 1,
30 itemsPerPage: 20, 30 itemsPerPage: 20,
31 totalItems: null 31 totalItems: 0
32 } 32 }
33 33
34 sort: SortMeta = { 34 sort: SortMeta = {