From a7e68f2f7f8d0aeac1b3be8b3f26603fd317af10 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 9 Aug 2024 22:58:29 -0400 Subject: [PATCH] fix header --- .../family-connect.component.html | 40 ++++--------------- .../family-connect.component.ts | 1 + 2 files changed, 8 insertions(+), 33 deletions(-) diff --git a/src/app/components/family-connect/family-connect.component.html b/src/app/components/family-connect/family-connect.component.html index 23b879c..717ac3d 100644 --- a/src/app/components/family-connect/family-connect.component.html +++ b/src/app/components/family-connect/family-connect.component.html @@ -1,9 +1,7 @@ - - +
You have an invitation waiting
- @@ -16,20 +14,6 @@
- - - - - - - - - - - - - -
Family Connect @@ -37,18 +21,16 @@
-
-
- - - Return - - Select to Invite - + + + + Select to Invite + +
- - - -
- Invite : {{currentInvite.firstname}} {{currentInvite.lastname}} - Let's : @@ -90,7 +66,5 @@ Send Invite -
-
diff --git a/src/app/components/family-connect/family-connect.component.ts b/src/app/components/family-connect/family-connect.component.ts index 088133f..c6151e7 100644 --- a/src/app/components/family-connect/family-connect.component.ts +++ b/src/app/components/family-connect/family-connect.component.ts @@ -54,6 +54,7 @@ connectStart : number = 0; } sendInvite(){ + console.log(this.select_activity); this.socketToolsService.familyInvite(this.currentInvite); } cancelInvite(){