Client: TargetUserStore: fix

This commit is contained in:
Viktor Fomin 2022-09-16 12:58:32 +03:00
parent ef10f48658
commit c9cf0efad2

View File

@ -53,6 +53,7 @@ class TargetUserStore {
setTargetUser = (user) => {
this.targetUser = user;
this.peopleStore.authStore.userStore.setUser(user); //TODO
};
updateProfile = async (profile) => {