Fixed error to display score
This commit is contained in:
@@ -24,7 +24,8 @@ export class FriendsStateService {
|
||||
...this.friends(),
|
||||
{
|
||||
friendId: request.userId,
|
||||
username: request.username
|
||||
username: request.username,
|
||||
score: request.score
|
||||
}
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user