fix: console errors, notif error

This commit is contained in:
Lala, Shahd
2026-05-14 20:16:36 +00:00
parent 3fa687c450
commit e436dc871c
19 changed files with 919 additions and 216 deletions
@@ -59,7 +59,7 @@ export class ChallengeNotificationComponent {
this.decliningChallenge = true;
this.errorMessage = '';
this.challengeService.declineChallenge(this.challenge.id, { reason: 'Not interested' })
this.challengeService.declineChallenge(this.challenge.id, { reason: 'generic' })
.pipe(finalize(() => (this.decliningChallenge = false)))
.subscribe({
next: () => {