diff --git a/app/groups/groups/groups.component.ts b/app/groups/groups/groups.component.ts index d1d0d05..0e35918 100644 --- a/app/groups/groups/groups.component.ts +++ b/app/groups/groups/groups.component.ts @@ -17,7 +17,7 @@ export class GroupsComponent implements OnInit { userGroups: Group[]; hasMoreUnjoined: boolean = true; hasMoreUserGroups: boolean = true; - hasAnyGroups: boolean = false; + hasAnyGroups: boolean = null; private readonly _pageSize = 7; private _unjoinedPage = 0; private _userGroupsPage = 0; diff --git a/app/groups/groups/groups.template.html b/app/groups/groups/groups.template.html index 43abd7b..6e4ea1e 100644 --- a/app/groups/groups/groups.template.html +++ b/app/groups/groups/groups.template.html @@ -7,7 +7,9 @@ - + + + @@ -18,7 +20,7 @@ - +