Hide chat button on mobile when chat is disabled (#3616)
This commit is contained in:
parent
8ec4182699
commit
45436162bd
@ -354,7 +354,7 @@ export const Content: FC = () => {
|
||||
handleClose={() => setShowChatModal(false)}
|
||||
/>
|
||||
)}
|
||||
{isMobile && isChatAvailable && (
|
||||
{isMobile && isChatAvailable && !chatDisabled && (
|
||||
<Button
|
||||
id="mobile-chat-button"
|
||||
type="primary"
|
||||
|
Loading…
x
Reference in New Issue
Block a user