We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98f0a7 commit 81f5dd0Copy full SHA for 81f5dd0
1 file changed
src/components/Messenger/index.tsx
@@ -56,7 +56,7 @@ const CustomerChat = memo(
56
greeting_dialog_delay: greetingDialogDelay
57
}
58
59
- return <div className="fb-customerchat" {...fields} />
+ return <div><div className="fb-customerchat" {...fields} /></div>
60
61
)
62
@@ -99,9 +99,7 @@ const Messenger = ({ color = '', ...props }: Props): JSX.Element => {
99
return (
100
<>
101
<CustomerChat color={color} providerKey={providerKey} {...props} />
102
- <div>
103
- <Widget color={color} />
104
- </div>
+ <Widget color={color} />
105
</>
106
107
0 commit comments