Client:Panels:ChangeRoomOwnerPanel: fix user

This commit is contained in:
Timofey Boyko 2024-01-22 18:08:25 +03:00
parent 62b51cf569
commit f3cad2a26c

View File

@ -159,7 +159,7 @@ export default inject(
const { currentDeviceType } = settingsStore;
const { id } = user;
const { id } = userStore.user;
return {
visible: changeRoomOwnerIsVisible,