HM-125. Добавление работы с пользователями (#59)
This commit is contained in:
@ -53,7 +53,7 @@ class AvatarModal extends Modal {
|
||||
}
|
||||
|
||||
init = async () => {
|
||||
const user = await usersServiceApi.getMe();
|
||||
const user = await usersServiceApi.getSelfInfo();
|
||||
this.changeAvatar(this.url || user.avatar);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user