bibot 1.0.50 → 1.0.51

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -4160,19 +4160,7 @@ var AiFollowUps = function AiFollowUps(_ref) {
4160
4160
  borderRadius: '6px',
4161
4161
  marginBottom: '20px'
4162
4162
  }
4163
- }, React.createElement("div", {
4164
- style: {
4165
- display: 'flex',
4166
- justifyContent: 'center',
4167
- alignItems: 'center',
4168
- flexDirection: 'column',
4169
- textAlign: 'center'
4170
- }
4171
- }, React.createElement("p", {
4172
- style: {
4173
- fontSize: '14px'
4174
- }
4175
- }, " Related questions ")), questions.map(function (question, index) {
4163
+ }, questions.map(function (question, index) {
4176
4164
  var _chatBubbleConfig$col;
4177
4165
  return React.createElement("div", {
4178
4166
  key: index,