Added searchbar to add friends in the application
This commit is contained in:
@@ -44,7 +44,6 @@ export class FriendRequestComponent implements OnInit {
|
||||
});
|
||||
await toast.present();
|
||||
}
|
||||
console.log(this.friendsState.requests());
|
||||
}
|
||||
|
||||
async acceptRequest(request: GetFriendRequestDto) {
|
||||
|
||||
Reference in New Issue
Block a user