HM-125. Добавление работы с пользователями (#59)

This commit is contained in:
Nikolay
2020-08-30 10:58:19 +03:00
committed by GitHub
parent bfe5394e1d
commit ab0fa2cfc3
13 changed files with 453 additions and 42 deletions

View File

@ -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);
}