Client:Store:ProfileActionsStore: fix live chat

This commit is contained in:
Timofey Boyko 2024-02-16 12:40:53 +03:00
parent 0e5368b03a
commit 70a9f96d7d

View File

@ -293,7 +293,7 @@ class ProfileActionsStore {
let liveChat = null;
if (!isMobile && this.isLiveChatAvailable) {
if (!isMobile && this.authStore.isLiveChatAvailable) {
liveChat = {
key: "user-menu-live-chat",
icon: LiveChatReactSvgUrl,