diff options
Diffstat (limited to 'client/src/app/admin')
-rw-r--r-- | client/src/app/admin/friends/friend-add/friend-add.component.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/admin/friends/friend-add/friend-add.component.ts b/client/src/app/admin/friends/friend-add/friend-add.component.ts index 07888a781..ffc499b92 100644 --- a/client/src/app/admin/friends/friend-add/friend-add.component.ts +++ b/client/src/app/admin/friends/friend-add/friend-add.component.ts | |||
@@ -61,7 +61,8 @@ export class FriendAddComponent { | |||
61 | if (status === 409) { | 61 | if (status === 409) { |
62 | alert('Already made friends!'); | 62 | alert('Already made friends!'); |
63 | } else { | 63 | } else { |
64 | alert('Made friends!'); | 64 | alert('Make friends request sent!'); |
65 | this.router.navigate([ '/admin/friends/list' ]); | ||
65 | } | 66 | } |
66 | }, | 67 | }, |
67 | error => alert(error) | 68 | error => alert(error) |