refactor: remove isMobile prop from Chat and TryToAsk components (#29319)
This commit is contained in:
@@ -262,7 +262,6 @@ const ChatWrapper = () => {
|
||||
themeBuilder={themeBuilder}
|
||||
switchSibling={siblingMessageId => setTargetMessageId(siblingMessageId)}
|
||||
inputDisabled={inputDisabled}
|
||||
isMobile={isMobile}
|
||||
questionIcon={
|
||||
initUserVariables?.avatar_url
|
||||
? <Avatar
|
||||
|
||||
Reference in New Issue
Block a user