bibot 1.0.50 → 1.0.51

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