diff --git a/packages/client/src/index.html b/packages/client/src/index.html index eadca6b..d72b570 100644 --- a/packages/client/src/index.html +++ b/packages/client/src/index.html @@ -1,5 +1,5 @@ - + PolyTinder @@ -59,7 +59,7 @@ - + diff --git a/packages/client/src/modules/matching/pages/matches-page/matches-page.component.ts b/packages/client/src/modules/matching/pages/matches-page/matches-page.component.ts index 9122f50..90a7776 100644 --- a/packages/client/src/modules/matching/pages/matches-page/matches-page.component.ts +++ b/packages/client/src/modules/matching/pages/matches-page/matches-page.component.ts @@ -42,12 +42,6 @@ export class MatchesPageComponent { this.hasConversations = this.conversations.pipe( map((conversations) => conversations.length > 0), ); - - this.validationService.userValid.subscribe((userValid) => { - if (userValid) { - this.publicProfileService.fetchMatches().subscribe(); - } - }); } get userValid() { diff --git a/packages/client/src/modules/user-profile/components/user-profile-card/user-profile-card.component.html b/packages/client/src/modules/user-profile/components/user-profile-card/user-profile-card.component.html index ecd9156..e963f20 100644 --- a/packages/client/src/modules/user-profile/components/user-profile-card/user-profile-card.component.html +++ b/packages/client/src/modules/user-profile/components/user-profile-card/user-profile-card.component.html @@ -3,10 +3,13 @@
+