@ -115,7 +115,7 @@ export class GroupComponent implements OnInit {
this.groupService.group.subscribe(response => {
if (response) {
if (response.id) {
if(response.id.toString() === this.id){
if (response.id.toString() === this.id) {
this.loading = false;
}
@ -18,7 +18,7 @@ export class User {
joinedAt: string;
friendCount: number;
groupCount: number;
isAdmin: boolean = false;
isAdmin = false;
isGroupAdmin: boolean;
darkmode = false;