mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 19:18:53 +00:00
fix: fix access to root store property for user online status
There seems to have been a confusion in how the store is named.
This commit is contained in:
parent
a7753e27a7
commit
18518607c7
@ -186,7 +186,7 @@ StatusAppThreePanelLayout {
|
||||
community: root.rootStore.chatsModelInst.communities.activeCommunity
|
||||
currentUserName: Utils.removeStatusEns(root.rootStore.profileModelInst.ens.preferredUsername
|
||||
|| root.rootStore.profileModelInst.profile.username)
|
||||
currentUserOnline: root.store.userProfileInst.userStatus
|
||||
currentUserOnline: root.rootStore.userProfileInst.userStatus
|
||||
contactsList: root.rootStore.allContacts
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user